B::Debug - Walk Perl syntax tree, printing debug info about ops


NAME

B::Debug - Walk Perl syntax tree, printing debug info about ops


SYNOPSIS

        perl -MO=Debug[,OPTIONS] foo.pl


DESCRIPTION

See ext/B/README and the newer the B::Concise manpage, the B::Terse manpage.


OPTIONS

With option -exec, walks tree in execute order, otherwise in basic order.


AUTHOR

Malcolm Beattie, mbeattie@sable.ox.ac.uk

 B::Debug - Walk Perl syntax tree, printing debug info about ops