in reply to
File::Find Woes
Because
File::Find::find()
will
chdir()
into the directory where the file is. So don't try opening
$File::Find::name
, but rather, just
$_
$_="goto+F.print+chop;\n=yhpaj";F1:eval
Comment on
Re: File::Find Woes
In Section
Seekers of Perl Wisdom