XP is just a number | |
PerlMonks |
Re: Is there a unix find equivalent that can be processed inside a perl script?by broomduster (Priest) |
on Sep 18, 2008 at 22:39 UTC ( [id://712390]=note: print w/replies, xml ) | Need Help?? |
See File::Find, which is part of the Perl distribution. There's also find2perl, which shows how a particular find command can be converted into Perl code that uses File::Find.
In Section
Seekers of Perl Wisdom
|
|