Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I get: "You must specify some information to search on." Any suggestions? The more I pound my head on this problem, the less like a BrilliantPerson I feel.sub searchreq($) { my $page = 0 + shift; return HTTP::Request->new(POST => "http://www.BrilliantPeople.com/jobsearch.asp", undef, # Search for Information Technologies stuff. "hdnOccupationSelectionCodes=".join(",",5118..5137) ."&txtKeywords=" #."&numberperpage=100". #."¤tpage=" . $page ); }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Mimicing browser with LWP
by Abigail-II (Bishop) on Jun 04, 2002 at 14:56 UTC | |
by Anonymous Monk on Jun 04, 2002 at 18:01 UTC | |
by Abigail-II (Bishop) on Jun 05, 2002 at 09:22 UTC | |
by MeowChow (Vicar) on Jun 05, 2002 at 09:50 UTC | |
Re: Mimicing browser with LWP
by Aristotle (Chancellor) on Jun 05, 2002 at 09:01 UTC |