in reply to shell to perl question
No forking, no shell dependency.use File::Finder; my @files = File::Finder->type('f')->name(qr/\.jp?eg$/)->in('Images');
-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.
|
|---|