in reply to Re: convert iso8601 to epoch time without using additional module
in thread convert iso8601 to epoch time without using additional module

"Well, Perl does come with Time::Piece built-in these days. Does yours?"

No it doesn't. OP says he's using "5.8.x"; Time::Piece was added in 5.10.0. See "perl5100delta: New modules".

-- Ken

  • Comment on Re^2: convert iso8601 to epoch time without using additional module
  • Download Code