nisha has asked for the wisdom of the Perl Monks concerning the following question:
Now the problem is to specify the username and password and getting access to the other links and tabs available. I tried with LWP::UserAgent, but i wasnt able to login to the website. Considering perlmonks.com as the website...how do i go about solving this problem. Please help me on this as i have just begun with Perl programming. Thanks, Nishause Win32; #For correct perl programming and to avoid warnings in programs use strict; use warnings; ##Variable declaration my $link="http://www.perlmonks.com"; my $ie="\"c:/Program Files/Internet Explorer/iexplore.exe\""; ##Command to launch desired website through Internet explorer system("$ie $link");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Accessing websites
by blue_cowdawg (Monsignor) on May 23, 2007 at 23:48 UTC | |
|
Re: Accessing websites
by runrig (Abbot) on May 23, 2007 at 23:48 UTC |