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
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:
>
>
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
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
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
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
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
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