Help for this page

Select Code to Download


  1. or download this
      <form action="http://www.tennisinsight.com/myTI.php" method="POST">
          <input name="username" type="text" size="25" />
          <input name="password" type="password"  size="25" />
          <input name="mySubmit" type="submit" value="Submit!" />
     </form>
    
  2. or download this
    use warnings;
    use HTML::Tree;
    ...
    $cookie_jar->extract_cookies( $response );
    
    print $cookie_jar;
    
  3. or download this
    #!/usr/bin/perl
    
    ...
    close $fh;
    print "done\n";