How do I cross-reference my Perl programs?
The B::Xref module, shipped with the new, alpha-release Perl compiler (not the general distribution), can be sed to generate cross-reference reports for Perl programs.
perl -MO=Xref[,OPTIONS] foo.pl
Back to
How do I profile my Perl programs?
Forward to
Is there a pretty-printer (formatter) for Perl?
Up to
the perlfaq3 manpage