http://qs321.pair.com?node_id=725762


in reply to Epoch time in milliseconds: Is there a better way?

gettimeofday () returns seconds and microseconds (not milliseconds) in array context. The documentation is not at all ambiguous about that.

What use are you putting the result to? Why not use the scalar context floating point result instead of a nasty string concatenation that will fail in nasty ways about 1/10th of the time?


Perl reduces RSI - it saves typing