in reply to
use of date n time functions
Parse out the date with a regex, pass the dates to
Time::Local
's
timegm
, find the biggest of the returned numbers.
Comment on
Re: use of date n time functions
Download
Code
In Section
Seekers of Perl Wisdom