Front page | perl.beginners |
Postings from December 2002
Fw: HTTP Requests
Thread Next
From:
LRMK
Date:
December 21, 2002 09:56
Subject:
Fw: HTTP Requests
Message ID:
022d01c2a91a$a7c84900$275c5ecb@lrmk
What I want is
when a visitor came and post something to my cgi script
that script must post some of that information to another cgi script on
another web server get the results and send back to the visitor
how do I do that?
> ----- Original Message -----
> From: "Wiggins d'Anconia" <wiggins@danconia.org>
> To: "LRMK" <lrmk@rakhitha.cjb.net>
> Cc: <beginners@perl.org>
> Sent: Saturday, December 21, 2002 7:06 PM
> Subject: Re: HTTP Requests
>
>
> > Yes. In particular you want to look at LWP.
> >
> > http://search.cpan.org/author/GAAS/libwww-perl-5.66/lib/LWP.pm
> >
> > In general have a look at this category:
> >
> > http://search.cpan.org/modlist/World_Wide_Web
> >
> > http://danconia.org
> >
> > LRMK wrote:
> > > Is there a module to send HTTP requests to any web server and retrieve
> the web pages like a browser
> > >
> >
> >
>
Thread Next
-
Fw: HTTP Requests
by LRMK