![]() |
|
good chemistry is complicated, and a little bit messy -LW |
|
PerlMonks |
Re: File::Findby jplindstrom (Monsignor) |
on Apr 10, 2002 at 18:17 UTC ( [id://158097]=note: print w/replies, xml ) | Need Help?? |
From the POD:
use File::Find; find({ wanted => \&process, follow => 1 }, '.'); Note the { }. /J
In Section
Seekers of Perl Wisdom
|
|