Help for this page

Select Code to Download


  1. or download this
    #split date into seperate vars
    my($day, $month, $mday, $time, $year) = split(" ", $datetime);
    ...
    #this function calculates the number of seconds that have passed since
    + Midnight, January 1, 1970
    my $time = timegm($times,$timem,$timeh,$mday,$month,$year);
    
  2. or download this
    find (\&checkfile, "/home/costas");
    sub checkfile {
    ...
    + file : $fileage <br>";
    }