in reply to Re: find filesystem path of module from command line
in thread find filesystem path of module from command line

I'm aware of how Perl looks for modules and could figure it out based on such output, but am curious if there is a more direct way. Something like the (caller(0))1 function, but where I could supply an argument of module.pm. Any ideas? Thanks for your help.
  • Comment on Re: Re: find filesystem path of module from command line