Help for this page
#!/usr/bin/perl ... $sec = '0' . $sec if ($sec<10); return qq|$hour:$min:$sec|; }