Thanks... Yeah, I simply want to test the availability of our web site by submitting an id and pw to the login screen to ensure that the site comes up... Is it as simple as below, or do I need to use the HTML::Form module to parse the page and use $form->value?
Thanks, Chris -----Original Message----- From: evgeny tsurkin [mailto:[EMAIL PROTECTED]] Sent: Friday, May 31, 2002 3:00 AM To: Lewis, Chris Cc: '[EMAIL PROTECTED]' Subject: Re: web page login On Thu, 30 May 2002, Lewis, Chris wrote: I am not sure what do you mean test login. But maybe this is it: $ua->request(GET $url, [passwd => $passwd, login => $login]); just replace the passwd & login with vars used on your site. Thanks. > Is it possible to test the logon (id / pw) of a certain web page within a > script? And if so, how? > > Thanks, > Chris > -- ------------------------------------------- If You don't like my English - I can use Russian. Evgeny.
