in reply to Converting from "time" into a nice string?

print scalar localtime($time)
  • Comment on Re: Converting from "time" into a nice string?

Replies are listed 'Best First'.
Re^2: Converting from "time" into a nice string?
by ultranerds (Hermit) on Nov 14, 2008 at 13:26 UTC
    Wow, that was painless - thanks :)