Help for this page

Select Code to Download


  1. or download this
    #! /usr/bin/perl
    use Time::Local;
    ...
    print "Calculated    time is $time.\n";
    my $newtime = time();
    print "While current time is $newtime.\n";
    
  2. or download this
    C:\Code>perl timetest.pl
    Calculated    time is 1189073040.
    While current time is 1188912743.