
Jasmine
Administrator
Jan 19, 2001, 11:53 AM
Post #1 of 1
(1030 views)
|
|
How do I cross-reference my Perl programs?
|
Can't Post
|
|
(From the Perl FAQ) How do I cross-reference my Perl programs? 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
|