Terse
Walks the Perl syntax tree, printing terse information about the ops. Invoke as:
perl -MO=Terse[,exec] filename
If
exec
is specified, walks the tree in execution order instead of syntax order.
Walks the Perl syntax tree, printing terse information about the ops. Invoke as:
perl -MO=Terse[,exec] filename
exec
is specified, walks the tree in execution order instead of syntax order.