Even so, you might want to look at File::Find::Rule, which generates an array of found files for you.
Hmm, i tried it but it seems that i failed :-( I downloaded the File 'Rule.pm' from CPAN. Put it in ':site_perl:File:Find:' but i only get
# File/Find/Rule.pm did not return a true value. File 'OS9:Desktop Folder:rule.pl'; Line 3 # BEGIN failed--compilation aborted. File 'OS9:Desktop Folder:rule.pl'; Line 3
Even if i'm just doing this:
#!perl -w
use File::Find::Rule;
Could someone please tell me what i'm missing?
Best regards Martin
-- Science is like sex: sometimes something useful comes out of it, but that is not the reason why we are doing it. -- Richard Feynman (1918-1988)