Help for this page

Select Code to Download


  1. or download this
    my $time = some_function_returning_the_time_you_want();
    print "The interesting time was ", scalar localtime($time), "\n";
    
  2. or download this
    bash-2.05a$ perl -e 'print scalar localtime(), "\n"'
    Thu Jun  5 08:48:44 2003