anthracite98 has asked for the wisdom of the Perl Monks concerning the following question:
thanks for the help, -moopendir(FILES,"$SAVE_DIRECTORY"); @allfiles = sort(grep(!/^\.\.?$/,readdir(FILES))); closedir(FILES); foreach$file(@allfiles) { print "$file\n"; } exit; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: need helping sorting
by DeaconBlues (Monk) on Mar 15, 2001 at 01:58 UTC | |
|
Re: need helping sorting
by Hot Pastrami (Monk) on Mar 15, 2001 at 02:15 UTC | |
by arturo (Vicar) on Mar 15, 2001 at 02:59 UTC | |
by anthracite98 (Initiate) on Mar 15, 2001 at 02:38 UTC | |
by Hot Pastrami (Monk) on Mar 15, 2001 at 02:47 UTC | |
by bbfu (Curate) on Mar 15, 2001 at 03:57 UTC |