in reply to Parsing error in Time::Piece::ISO

I installed Time::Piece::ISO, copied that into a file, removed the LOG, and it worked fine.

Thus, the question is: what is the exact code you're using, and what is the exact error message you're seeing?

Replies are listed 'Best First'.
Re^2: Parsing error in Time::Piece::ISO
by Anonymous Monk on Dec 02, 2005 at 02:58 UTC
    Sorry I was logging the print, hence forgot to remove the 'LOG' from the code snippet. Here is the exact code:
    use Time::Piece::ISO; my $t = Time::Piece::ISO->strptime('2002-04-25T21:17:52'); print "Time is $t\n";
    The error message is:
    Error parsing time at C:/Perl/site/lib/Time/Piece.pm line 442. at C:/Perl/site/lib/Time/Piece.pm line 442