in reply to Re^2: Optimizing existing Perl code (in practise)
in thread Optimizing existing Perl code (in practise)

You mean s/localtime/time/ of course.

I sure hope he doesn't. From the POSIX perldoc page:

Synopsis: strftime(fmt, sec, min, hour, mday, mon, year, wday = -1, yday = -1, + isdst = -1)
Those are the same values as returned by localtime().