1Debug(3) User Contributed Perl Documentation Debug(3)
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.
14
16 With option -exec, walks tree in execute order, otherwise in basic
17 order.
18
20 Malcolm Beattie, "retired" Reini Urban "rurban@cpan.org"
21
23 Copyright (c) 1996, 1997 Malcolm Beattie Copyright (c) 2008, 2010,
24 2013, 2014 Reini Urban
25
26 This program is free software; you can redistribute it and/or modify
27 it under the terms of either:
28
29 a) the GNU General Public License as published by the Free
30 Software Foundation; either version 1, or (at your option) any
31 later version, or
32
33 b) the "Artistic License" which comes with this kit.
34
35 This program is distributed in the hope that it will be useful,
36 but WITHOUT ANY WARRANTY; without even the implied warranty of
37 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See either
38 the GNU General Public License or the Artistic License for more details.
39
40 You should have received a copy of the Artistic License with this kit,
41 in the file named "Artistic". If not, you can get one from the Perl
42 distribution. You should also have received a copy of the GNU General
43 Public License, in the file named "Copying". If not, you can get one
44 from the Perl distribution or else write to the Free Software Foundation,
45 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
46
47
48
49perl v5.32.1 2021-01-26 Debug(3)