in reply to Re^3: What parameters should I send?
in thread What parameters should I send?
but it said#!/usr/bin/perl -w use LWP::UserAgent; my $ua = LWP::UserAgent->new; # Create a request my $response = $ua->post('http://www.sanmateocountytaxcollector.org/SM +CWPS/SearchParcels',{parcelNumber=>'048022230',searchType=>'parcel',l +istFirst=>'S',bkList=>'SS',addressTypeDsp=>'',addressType=>'',actionT +ype=>'search',nextPage=>'. 2Fpages 2FparcelList.jsp',parcel1=>'048',p +arcel2=>'022',parcel3=>'230'}); my $content = $response->content; print $content;
<h1>The page cannot be found</h1> The page you are looking for might have been removed, had its name cha +nged, or is temporarily unavailable.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: What parameters should I send?
by moritz (Cardinal) on Dec 07, 2010 at 08:24 UTC | |
by brian123 (Novice) on Dec 07, 2010 at 08:34 UTC | |
by moritz (Cardinal) on Dec 07, 2010 at 13:07 UTC | |
|
Re^5: What parameters should I send?
by Corion (Patriarch) on Dec 07, 2010 at 08:24 UTC |