From: Benjamin Jurado <[EMAIL PROTECTED]> Subject: perl monger needed asap...
Please read "How To Ask Questions The Smart Way" (http://www.tuxedo.org/~esr/faqs/smart-questions.html#bespecific) ASAP. > how can i store the results in a array,hash,reference... > > use File::Find; > use strict; > my $foo1="/path/to/something"; > sub foo{ > #some filtering operations or even passing to another object or > #subroutine > } > find(\foo,$foo1); find(\&foo,$foo1); The very first example in the File::Find docs would have told you. Run perldoc File::Find Jenda ===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz ===== When it comes to wine, women and song, wizards are allowed to get drunk and croon as much as they like. -- Terry Pratchett in Sourcery -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]