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