RosettaCodeData/Task/System-time/Perl/system-time-1.pl

2 lines
30 B
Perl
Raw Permalink Normal View History

2013-04-11 01:07:29 -07:00
print scalar localtime, "\n";