[FLUG] timestamp in perl

  • From: apt Gecco <gecco@xxxxxxxxxxxx>
  • To: fanolug@xxxxxxxxxxxxx
  • Date: Mon, 18 Mar 2002 20:03:06 +0100

Mailing List del Fortunae LUG
=============================

[gecco@wired gecco]$ cat days.pl 
#!/usr/bin/perl
use POSIX qw(strftime);
$string = strftime "%a %b %e %H:%M:%S %Y", gmtime(1000000000);
print "$string\n";

[gecco@wired gecco]$ ./days.pl 
dom set  9 01:46:40 2001
[gecco@wired gecco]$ 

uhm... perche'??

bau
-- 
"wickey wickey scratch yo yo bang gang"
--
"Una Slackware e' per sempre ..."


Other related posts:

  • » [FLUG] timestamp in perl