Help for this page

Select Code to Download


  1. or download this
    
        use strict;
    ...
        # Get Dose History Search Form
        #$mech->get( $dh_url, ':content_file' => $filename );
         #print "   ", -s $filename, " bytes\n";
    
  2. or download this
    
        use HTTP::Proxy;
    ...
        $proxy->start();
    
        1;