parse_date() is not exported by default, so you can either write
$date2 = HTTP::Date::parse_date($date);
or import the function into your namespace
use HTTP::Date qw(parse_date);
(See Exporter for what this is about)
In reply to Re^3: Date question
by almut
in thread Date question
by htmanning
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |