On Tue, Jun 01, 2004 at 12:16:53PM -0400, Nicholas S Zambo ([EMAIL PROTECTED]) wrote:
> my $mech = WWW::Mechanize->new();
> $mech -> agent_alias( 'Windows IE 6' );  #i've tried several agents here.
> $mech -> get("http://www.terrorexchange.com/";);

No error checking here.

> $mech -> follow_link( text => 'Login' );
> $mech -> field("txtEmail" => "my_emailaddress");
> $mech -> field("txtPassword" => "my password");
> $mech -> submit();

No error checking here.

> Can anyone take a look and see if I'm just missing something stupid?  (Or 
> just being stupid)

What errors do you get?

-- 
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Reply via email to