#!/usr/bin/perl -w
=head1 NAME
time.cgi - basic test, for time-limit related stuff
=cut
use strict;
use CGI qw(:standard);
use CGI::Carp qw(fatalsToBrowser warningsToBrowser);
my %TIME;
my $minDif;
my $dif;
=over
=item DESCRIPTION
Essentially, this is a test script. It uses the C
No comments:
Post a Comment