in reply to Re^2: sorting a filelist array by filename
in thread sorting a filelist array by filename
the File::Basename modul which I should avoid in this case, cause I must make a very pure and native perl code, without using any modulFile::Basename is a Core module which is included with every installation of Perl. There is no need to download and install it from CPAN, if that's what you're worried about.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: sorting a filelist array by filename
by Vasek (Acolyte) on May 20, 2009 at 07:33 UTC |