Help for this page

Select Code to Download


  1. or download this
    use CGI;
    $| = 1;
    ...
    
  2. or download this
    use LWP::UserAgent;
    $ua = new LWP::UserAgent;
    ...
    } else {
      print "Bad luck this time\n";
    }