Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Automated form submission

by webadept (Pilgrim)
on Mar 03, 2002 at 07:14 UTC ( [id://148953]=note: print w/replies, xml ) Need Help??


in reply to Automated form submission

I use this code snipet to send a query request to the monster.com search engine and get the responce. Perhaps you can compare and get your answer from that. Their form is almost all pull down menus
$request = GET 'http://jobsearch.monster.com/jobsearch.asp', [ ah=>'http://jobsearch.monster.com/', pg=>'1', cq=>$query, col=>'dltci', mx=>'1000', pp=>'500', lid=> '354', cy=>'US', st=>'CA', brd=>'1' ]; $response = $ua->request($request); $r = $response->as_string;


hope this helps

webadept.net

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://148953]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-04-24 00:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found