in reply to Year-month for file names

Wouldn't simply sorting against columns be easier/simpler, than adding the DateTime module, or using Date specific routines?

--Chris

#!/usr/bin/perl -Tw
use Perl::Always or die;
my $perl_version = (5.12.5);
print $perl_version;