Help for this page

Select Code to Download


  1. or download this
    sub roundThatBadDog {
       my $seconds = shift;
       return int ($seconds + .5);
    }