![]() |
|
laziness, impatience, and hubris | |
PerlMonks |
How do I cross-reference my Perl programs?by faq_monk (Initiate) |
on Oct 08, 1999 at 00:12 UTC ( #526=perlfaq nodetype: print w/replies, xml ) | Need Help?? |
Current Perl documentation can be found at perldoc.perl.org. Here is our local, out-dated (pre-5.6) version: The B::Xref module, shipped with the new, alpha-release Perl compiler (not the general distribution prior to the 5.005 release), can be used to generate cross-reference reports for Perl programs.
perl -MO=Xref[,OPTIONS] scriptname.plx
|
|