in reply to
Re^4: while following perl hack book
in thread
while following perl hack book
Look at the synopsis in
File::Find
again. Passing a hashref instead of a coderef (i.e.
{ wanted => ..., }
) allows (but doesn't require) you to specify other options, like no_chdir or follow.
--
Online Fortune Cookie Search
Comment on
Re^5: while following perl hack book
Download
Code
In Section
Seekers of Perl Wisdom