> 
> > &ReadParse;
> 
> Oi, first off don't do this
> 
> use CGI 'param';
> 
> instead


I have used CGI 'param' before.  Don't know why I didn't use here.


> 
> > my $ua = LWP::UserAgent->new;
> > 
> > my $req = POST 'http://some_server/test2.asp',
> >           [ hidden_1 => 'XXaaXX',
> >             hidden_2 => $in{'hidden_2'}
> >           ];
> > my $content = $ua->request($req)->as_string;
> 
> see
>   perldoc LWP::UserAgent
> for details about how to POST values to a url.

Thanks for the info.  I'll keep reading and try to figure things out.

Larry

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to