Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
        $d = $_;
        return ($d, $h, $m, $s);
    }
    
  2. or download this
    sub sec_to_ddmmss {
        my $t = shift;
        return $dbh->selectrow_array("SELECT sec_to_time($t);");
    }