Help for this page

Select Code to Download


  1. or download this
        print $resp->as_string()
    
  2. or download this
    <FORM NAME="Table1FORM" ACTION="/cgi-bin/zip4/zip4inq2" METHOD=POST>
    <INPUT TABINDEX="1" ID="Firm" TYPE="text" NAME="Firm" VALUE="" SIZE=30
    + MAXLENGTH=30 >
    ...
    <INPUT TABINDEX="6" ID="Zip Code" TYPE="text" NAME="Zip Code" VALUE=""
    + SIZE=10 MAXLENGTH=10 >
    <INPUT TABINDEX="7" TYPE="submit" NAME="Submit" VALUE="Process" ID="Fo
    +rmsButton2"> 
    </FORM>
    
  3. or download this
    perl -MHTTP::Daemon -MHTTP::Response -MLWP::Simple -e ' ;    # The  
    $d = new HTTP::Daemon and fork and getprint $d->url and exit;#spider
    ($c = $d->accept())->get_request(); $c->send_response( new   #in the
    HTTP::Response(200,$_,$_,qq(Just another Perl hacker\n))); ' #  web