in reply to Re: Re: Re: Re: module location
in thread module location
It's a bit long as one-liners go, but it does the job and could probably be golfed.
P:\test>perl -le"BEGIN{eval qq[use $ARGV[0]]} print ${$ARGV[0].'::VERS +ION'}; $ARGV[0]=~s[::][/]g; print $INC{$ARGV[0].'.pm'}" File::Find 1.04 d:/Perl/lib/File/Find.pm
|
|---|