in reply to Re: getting system time
in thread getting system time
because later in the script, I am usinguse Time::localtime;
to get the timestamp of a file.$dateModified = ctime($attrs->mtime);
And if don't have the 'use Time' defined, then I get a 'Undefined subroutine &main::ctime called' error
So not just a question of If it hurts don't do it
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: getting system time
by Eliya (Vicar) on Dec 02, 2011 at 16:23 UTC |