in reply to List of loaded subroutines

You could try the B::Xref module:

perl -MO=Xref myscript.pl

For non-trivial scripts the output can be quite verbose. Fortunately, the POD for the module mentions the -o option which allows you to dump the output to a file instead of the screen.


Dave