http://www.perlmonks.org?node_id=390185


in reply to File::Find problems

Well this might be OVERsimplifying things a bit, but hey, isn't that what perl is?
my @files = `ls -l /dir/to/be/search`; foreach my $file (@files) { do whatever }
Help any?


Tradez
"Never underestimate the predictability of stupidity"
- Bullet Tooth Tony, Snatch (2001)