in reply to
Re: Modifying date/time stamps
in thread
Modifying date/time stamps
and you could replace that huge series of ifs with a
@array=qw/jan feb mar.../; $foo=~/(\d+)/;$array[$1];
Basically.
Comment on
Re: Re: Modifying date/time stamps
Download
Code
In Section
Seekers of Perl Wisdom