Re: Automate data download from internet

2003-09-24 Thread Noushad Dawood
To: <[EMAIL PROTECTED]> | | cc: (bcc: Noushad Dawood/ITDep/ADIA/ae) | | Subject: Re:

RE: Automate data download from internet

2003-09-24 Thread Thomas, Mark - BLS CTR
;y;y; ;;print;; > -Original Message- > From: Noushad Dawood [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 24, 2003 7:27 AM > To: [EMAIL PROTECTED] > Subject: Automate data download from internet > > > Friends...not sure whether this is the right for

Re: Automate data download from internet

2003-09-24 Thread Joe Youngquist
The LWP docs have an example of using Usernames and Passwords - Original Message - From: "Jonathan Epstein" <[EMAIL PROTECTED]> To: "Noushad Dawood" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, September 24, 2003 8:12 AM Subject: Re

Re: Automate data download from internet

2003-09-24 Thread Noushad Dawood
/2003 05:12 PM | |-+---> >--| | | | To: Noushad Dawood/ITDep/ADIA/[EMAIL PROTECTED], <[EMAIL PROTECTED]> | | cc: | | Subject: Re: Automate d

Re: Automate data download from internet

2003-09-24 Thread Jonathan Epstein
I do something similar to fetch and parse some web pages for local real estate sales, and then run them weekly using the Windows "at" command. The basic idea is to fetch pages using LWP::Simple, and then parse them using HTML::TokeParser. As you can see below, at one point I was using HTML::Pa

Re: Automate data download from internet

2003-09-24 Thread Cameron Dorey
Noushad Dawood wrote: Friends...not sure whether this is the right forum to discuss this problem. I'm sure you Gurus will have some tips...here is the problem. I got a web site access with my own user id and password. Using this I can download some data in csv format. The download page is opened af