Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl -w
    use Socket;
    ...
    close (FILE);
    exit(0);
    }
    
  2. or download this
    #!/usr/local/bin/perl -wT
    use strict;
    ...
    print $q->h1($message);
    print $q->h2('Please try again');
    print $q->end_html();