in reply to Re: Need to print Epoch Seconds!!!in thread Need to print Epoch Seconds!!!
Context, schmontext; time returns the same thing.
$ perl -le 'my( $l ) = time; my $s = time; print join( "\n", $l, $s )' 1115694879 1115694879 [download]