Re: lynx, wget, etc and timeouts

2003-08-01 Thread Charles Logan
On Friday 01 August 2003 01:08, John W. Krahn wrote: > You can use the LWP::UserAgent (or LWP::Simple which uses > LWP::UserAgent) module which allows you to set a timeout value. > > perldoc LWP::UserAgent Thank you John! It's certainly nice to be able to ask the gurus! That's exactly what the d

Re: lynx, wget, etc and timeouts

2003-07-31 Thread John W. Krahn
Charles Logan wrote: > > Hello... I have written a small script that uses lynx to retrieve data from an > external web site, then parse and format parts of that data, finally writing > out a script for a java based application which displays the data on the > local web page. The perl script is ca

Re: lynx

2002-05-07 Thread Adam Morton
esday, May 07, 2002 1:44 PM Subject: Re: lynx > > I need an example on how I can script lynx to send me > > an e-mail of a list of stock quotes every so often. > > Lets get this straight: > > 1. You want to script to interact with a web browser > 2. You want th

RE: lynx

2002-05-07 Thread Buskirk, Richard Mr USAREC
You better get started building then! Richard L. Buskirk Software Developer/Web Developer -Original Message- From: Jonathan E. Paton [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 07, 2002 12:45 PM To: [EMAIL PROTECTED] Subject: Re: lynx > I need an example on how I can script lynx

Re: lynx

2002-05-07 Thread Jonathan E. Paton
> I need an example on how I can script lynx to send me > an e-mail of a list of stock quotes every so often. Lets get this straight: 1. You want to script to interact with a web browser 2. You want the web browser to send an email 3. You want this done periodically Hmm... not sure what lynx ha