B::Terse(3p) Perl Programmers Reference Guide B::Terse(3p)
B::Terse(3p) Perl Programmers Reference Guide B::Terse(3p) # B::Terse(3p) Perl Programmers Reference Guide B::Terse(3p) NNAAMMEE # B::Terse - Walk Perl syntax tree, printing terse info about ops SSYYNNOOPPSSIISS # perl -MO=Terse[,OPTIONS] foo.pl DDEESSCCRRIIPPTTIIOONN # This module prints the contents of the parse tree, but without as much information as CPAN module B::Debug. For comparison, "print "Hello, world."" produced 96 lines of output from B::Debug, but only 6 from B::Terse. This module is useful for people who are writing their own back end, or who are learning about the Perl internals. ...