Your script works perfectly for me, Lou. It produces the output
    2002-06-11 01:07:04
and I have nothing other than the stuff that came with MacPerl 5.6r1.

Regards,

Vic


At 4:00 AM +0200 6/12/02, Louis Pouzin wrote:
>The script is now:
>
>       use strict;
>       my $str = 'Tue Jun 11 01:07:04 2002';
>       use HTTP::Date qw/ parse_date /;
>       my $out = parse_date($str);
>       print $out;


-- 
*---* mailto:[EMAIL PROTECTED]
|     Victor Thane Norton, Jr.
|     Mathematician and Motorcyclist
|     phone: 419-353-3399
*---* http://vic.norton.name

Reply via email to