Re: logging into web page with credintials

2007-02-08 Thread Owen
On Thu, 8 Feb 2007 11:15:46 -0800 "Sukhdev Bainiwal" <[EMAIL PROTECTED]> wrote: > I get compilation errors at line where I pass in my credentials; is my > syntax ok. > > my $url = "http://abcs:8080/abcs/jsp/login.jsf"; > > > > my $request = new HTTP::Request( 'POST' => $url, $userName => "yy

logging into web page with credintials

2007-02-08 Thread Sukhdev Bainiwal
I get compilation errors at line where I pass in my credentials; is my syntax ok. #!/usr/bin/perl use LWP::UserAgent; my $browser = new LWP::UserAgent; my $url = "http://abcs:8080/abcs/jsp/login.jsf"; my $request = new HTTP::Request( 'POST' => $url, $userName => "",