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