Help for this page
#!/usr/bin/perl -w ... my $systime = timelocal(@now); print "$systime\n";
my $systime = time; my $timestamp = strftime "%Y%m%d%H%M%S", localtime $systime;