![]() |
|
Perl: the Markov chain saw | |
PerlMonks |
comment on |
( #3333=superdoc: print w/replies, xml ) | Need Help?? |
From the POD:
use File::Find; find({ wanted => \&process, follow => 1 }, '.'); Note the { }. /J In reply to Re: File::Find
by jplindstrom
|
|