Help for this page

Select Code to Download


  1. or download this
    while (my $cgi = new CGI::Fast ()) {
        # process the current request...
        exit if -M $file < 0;
    }