ecuguru has asked for the wisdom of the Perl Monks concerning the following question:
$datapath = "/Users/code/data"; my @allfiles = <$datapath/*.*>; foreach $item (@allfiles) { parsing... }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Open files by date created
by davorg (Chancellor) on Sep 15, 2004 at 08:02 UTC | |
|
Re: Open files by date created
by Zaxo (Archbishop) on Sep 15, 2004 at 08:19 UTC | |
|
Re: Open files by date created
by eyepopslikeamosquito (Archbishop) on Sep 15, 2004 at 08:15 UTC | |
|
Re: Open files by date created
by dave_the_m (Monsignor) on Sep 15, 2004 at 10:31 UTC |