FW: POSTing to a form and getting the results

Colin Reid (Colin@predictivedialers.com)
Fri, 3 Apr 1998 11:06:41 -0800


Well, it seems that the Kingpin cracked the USPS puzzle.  How odd that the form
requires all this stuff.....but at least it works.  :)

--  Colin Reid
    MarkeTel Technical Support
    colin@predictivedialers.com

-----Original Message-----
From: Kingpin [mailto:mthurn@fandago.read.tasc.com]
Sent: Friday, April 03, 1998 7:01 AM
To: admin@predictivedialers.com
Subject: Re: POSTing to a form and getting the results


When I use the following code, it works.  Apparently their script
wants to see all the field names and empty values!?!

my $res = $ua->request(POST $url,
                       [
                        company => '',
                        urbanization => '',
                        street => $street,
                        city => $city,
                        state => $state,
                        zip => '',
                        submit => "Process Address",
                       ]);


--
 - - Martin "Kingpin" Thurn                    mthurn@tasc.com
     Research Software Engineer           (703) 834-5000 x2926
     The Information Refinery              http://tir.tasc.com
     TASC, Inc.                            http://www.tasc.com

A Jedi must have the deepest commitment, the most serious mind. -- Yoda, The
Empire Strikes Back