System time: Difference between revisions

Content deleted Content added
Add perl version.
m →‎{{header|Perl}}: Remove my, if isn't with strict pragma.
Line 83:
use POSIX qw(strftime);
my $now_string = strftime "%a %b %e %H:%M:%S %Y", localtime;
print "$now_string\n";