in reply to
Ctime/Mtime compare with string date
It's probably best to convert the string-based date into a usable format first, like seconds since the epoch. I normally use
Date::Parse
for that.
mr.nick
...
Comment on
Re: Ctime/Mtime compare with string date
In Section
Seekers of Perl Wisdom