in reply to Re: find filesystem path of module from command line
in thread find filesystem path of module from command line
I generally use perldoc -l Module, which simply displays the path to the module (or script, or POD documentation).Except when the file's documentation has been ripped out to a .pod file, because you'll get the path to the POD, not the PM. Bleh. But the PM is almost always nearby. {grin}
-- Randal L. Schwartz, Perl hacker
|
|---|