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 => "yyyy", > $password => "xxxxx", $selection_id => "Poncology I" ); you are missing a semicolon (;) at the end of the my $url line Suggest you also 'use strict' as that will help track down errors Owen -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/