fork download
  1. use Time::localtime;
  2.  
  3. my $t;
  4.  
  5. $t = Time::localtime->new;
  6.  
  7. print "$t\n";
  8.  
Success #stdin #stdout 0.01s 4992KB
stdin
Standard input is empty
stdout
Time::localtime=ARRAY(0x9974288)