RE: browsing html pages

2002-04-22 Thread murphy, daniel (BMC Eng)
I was in the same boat as you and knew absolutely nothing about HTTP, HTML, etc - nothing. The "Perl Cookbook" (O'Reilly) chapter 20 "Web automation" got me going and I had a perl script in less than an hour. Piece o' cake. If I can do it, anybody can do it. Dan Murphy

RE: browsing html pages

2002-04-21 Thread Ron Goral
o:[EMAIL PROTECTED]> > -Original Message- > From: drieux [mailto:[EMAIL PROTECTED]] > Sent: Saturday, April 20, 2002 10:03 AM > To: [EMAIL PROTECTED] > Subject: Re: browsing html pages > > > > On Friday, April 19, 2002, at 01:22 , Martin wrote: > >

Re: browsing html pages

2002-04-21 Thread Elaine -HFB- Ashton
Martin [[EMAIL PROTECTED]] quoth: *> *>As a Perl rookie I've got a serious problem trying to find out how to write *>a code which should do the following stuff: connect to specified URL using *>HTTP, send GET / PUT messages and process the output (web page) from the *>server. I went throug my Perl

Re: browsing html pages

2002-04-20 Thread drieux
On Friday, April 19, 2002, at 01:22 , Martin wrote: > Hi Yo! > > As a Perl rookie I've got a serious problem trying to find out how to > write > a code which should do the following stuff: connect to specified URL using > HTTP, send GET / PUT messages and process the output (web page) from the

Re: browsing html pages

2002-04-20 Thread Michael Lamertz
On Fri, Apr 19, 2002 at 10:22:44AM +0200, Martin wrote: > Hi Yo! > > As a Perl rookie I've got a serious problem trying to find out how to write > a code which should do the following stuff: connect to specified URL using > HTTP, send GET / PUT messages and process the output (web page) from the

Re: browsing html pages

2002-04-20 Thread José Nyimi
I've found this book very interesting: Professional Perl Development (ISBN 1861004389). for further details: http://www.wrox.com/ACON11.asp?WROXEMPTOKEN=20916ZYzWjJPaaDVmYLr4lbAT5&BOOKID=434&ISBN=1861004389 José. José Nyimi <[EMAIL PROTECTED]> a écrit : These modules can help : LWP::UserAg