- or download this
use File::Basename;
...
/path/to/another/03
/path/to/another/1e
/path/to/another/2014
- or download this
# Untested...
use File::Basename;
...
die "No matches found.\n" unless defined $found;
print $found;
- or download this
use File::Basename;
...
/path/to/another/03
/path/to/another/1e
/path/to/another/2014
- or download this
foreach ( reverse <DATA> ) {
...