Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        $sec = '0' . $sec if ($sec<10);
        return qq|$hour:$min:$sec|;
    }
    
  2. or download this
    #!/usr/bin/perl
    
    ...
        $sec = '0' . $sec if ($sec<10);
        return qq|$hour:$min:$sec|;
    }