Help for this page

Select Code to Download


  1. or download this
    print $cgi->hidden('time',time);
    
  2. or download this
    my $time=time-param('time');
    
  3. or download this
    print $cgi->h2(sprintf("It took you %02d:%02d to take the quiz.",int($
    +time/60),int($time%60)));