in reply to help needed with File::Find and arrays.
HTH!!... my @list_of_files; File::Find::find( \&add_to_list, $path ); sub add_to_list { push @list_of_files, $File::Find::name if ( /#some criteria# /); } ...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: help needed with File::Find and arrays.
by basarix (Initiate) on Mar 11, 2005 at 15:52 UTC |