browsing html pages

2002-04-20 Thread Martin
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 server. I went throug my Perl guidebook but found nothing accordin

browsing html pages

2002-04-20 Thread José Nyimi
These modules can help : LWP::UserAgent and HTML::Parse Here some docs from http://search.cpan.org/ http://search.cpan.org/doc/GAAS/libwww-perl-5.64/lib/LWP/UserAgent.pm and http://search.cpan.org/doc/GAAS/HTML-Parser-3.26/Parser.pm José. - Yahoo! Mail

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

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 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-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-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-22 Thread murphy, daniel (BMC Eng)
anybody can do it. Dan Murphy [EMAIL PROTECTED] -Original Message- From: Martin [mailto:[EMAIL PROTECTED]] Sent: Friday, April 19, 2002 4:23 AM To: [EMAIL PROTECTED] Subject: browsing html pages Hi Yo! As a Perl rookie I've got a serious problem trying to find out how