Re: Automate info retrieval

2002-08-21 Thread david
a lot of info/detail is missing, the following might be able to get you started: #!/usr/bin/perl -w use strict; use LWP::UserAgent; my $ua = new LWP::UserAgent; my $usr = 'user'; my $psw = 'psw'; foreach my $url (qw(url1 url2 url3 url4)){ my $req = new HTTP::Request GET => $url;

Automate info retrieval

2002-08-21 Thread Ed Andrews
How does one create a program to: 1. log into a secure web site which requires a username and password 2. "click", or go to a specific web page within the site, parsing info from it 3. from data received from page, repeat step 2 Ed Andrews [EMAIL PROTECTED] 515-707-2000 phone 866-299-0676