Help for this page
print OUT scalar localtime,"\n";
#!/usr/bin/perl use strict; ... print OUT $timestamp, "\n"; close OUT;