in reply to Generate a Graph-ical call tree for your *.pm perl modules

If you use B::Deparse, you get the complete parse structure, all the "use" .....

BUT ...

the ampersands are there.

More the the point, the module definitions are expanded:

   &MyLib:Storage::CVS($filename,$user,$version,$comment);

  • Comment on Re: Generate a Graph-ical call tree for your *.pm perl modules