in reply to Timelocal, Localtime Bug?
$ perl -le'my $test = localtime( 0, 0, $month, 1, 31, 2012 ); print $t +est' Too many arguments for localtime at -e line 1, near "2012 )" Execution of -e aborted due to compilation errors.
Your code won't even compile, let alone run.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Timelocal, Localtime Bug?
by Riales (Hermit) on Mar 29, 2012 at 22:10 UTC | |
by alanonymous (Sexton) on Mar 29, 2012 at 22:18 UTC |