B::Terse

B::Terse

NAME

B::Terse - Walk Perl syntax tree, printing terse info about ops

SYNOPSIS

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

DESCRIPTION

This module prints the contents of the parse tree, but without as much information as 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. It's not useful to the average programmer.

This ve