NAME
SYNOPSIS
DESCRIPTION
OPTIONS
AUTHOR
LICENSE
NAME
B::Debug - Walk Perl syntax tree, printing debug info about ops
SYNOPSIS
perl -MO=Debug foo.pl
perl -MO=Debug,-exec foo.pl
DESCRIPTION
See ext/B/README and the newer B::Concise, B::Terse.
OPTIONS
With option -exec, walks tree in execute order, otherwise in basic order.
AUTHOR
Malcolm Beattie, mbeattie@sable.ox.ac.uk Reini Urban rurban@cpan.org
LICENSE
Copyright (c) 1996, 1997 Malcolm Beattie Copyright (c) 2008, 2010, 2013, 2014 Reini Urb