in reply to Modules and Functions Listing

You may be looking at B::Xref.

It works well from the command line as:

perl -MO=Xref mytest.pl >mytest.xrf


Dave

Replies are listed 'Best First'.
Re: Re: Modules and Functions Listing
by DrHyde (Prior) on Jan 08, 2004 at 10:44 UTC
    I'd better take a look at that too - in Sub::WrapPackages I have a horrible hack which uses a function from Pod::Coverage to figure out what is defined where. A function which is documented as being subject to future change. Thanks!