Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
showsmy @timeData = localtime(time); print join(' ', @timeData); exit;
Should I be calling a module?Time::tm=ARRAY(0x997a264)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: localtime shows array reference
by ikegami (Patriarch) on Apr 25, 2011 at 06:22 UTC | |
|
Re: localtime shows array reference
by wind (Priest) on Apr 25, 2011 at 06:23 UTC | |
|
Re: localtime shows array reference
by Anonymous Monk on Apr 25, 2011 at 06:37 UTC |