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

Those are commands to run from inside perl, not directly at shell level. $^X is the name of the current perl executable, for example, as mentioned in perlvar. Don't run them at the shell prompt as they will make no sense there.

HTH

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