1B::Debug(3pm) Perl Programmers Reference Guide B::Debug(3pm)
2
3
4
6 B::Debug - Walk Perl syntax tree, printing debug info about ops
7
9 perl -MO=Debug foo.pl
10 perl -MO=Debug,-exec foo.pl
11
13 See ext/B/README and the newer B::Concise, B::Terse.
14
16 With option -exec, walks tree in execute order, otherwise in basic
17 order.
18
20 Malcolm Beattie, "mbeattie@sable.ox.ac.uk" Reini Urban
21 "rurban@cpan.org"
22
24 Copyright (c) 1996, 1997 Malcolm Beattie Copyright (c) 2008, 2010 Reini
25 Urban
26
27 This program is free software; you can redistribute it and/or modify
28 it under the terms of either:
29
30 a) the GNU General Public License as published by the Free
31 Software Foundation; either version 1, or (at your option) any
32 later version, or
33
34 b) the "Artistic License" which comes with this kit.
35
36 This program is distributed in the hope that it will be useful,
37 but WITHOUT ANY WARRANTY; without even the implied warranty of
38 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See either
39 the GNU General Public License or the Artistic License for more details.
40
41 You should have received a copy of the Artistic License with this kit,
42 in the file named "Artistic". If not, you can get one from the Perl
43 distribution. You should also have received a copy of the GNU General
44 Public License, in the file named "Copying". If not, you can get one
45 from the Perl distribution or else write to the Free Software Foundation,
46 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
47
48
49
50perl v5.16.3 2013-03-04 B::Debug(3pm)