Dan Timis wrote:
> Hi everyone,
> 
> I am very new to Perl.  I need two perl scripts, one would run on a
> client, the
> other would run on a server.
> ...
> I think I can also handle most of the client side.  What I don't know
> how to do
> is open a two way connection with the server.  Do I do something like
> this:
> 
>      open CONNECTION "http://www.myserver.com/cgi-bin/generate-reply";
> 
> Where can I find some example code?

Use the LWP family of modules for this. It's designed for creating HTTP
clients (and servers, for that matter).

   http://search.cpan.org/~gaas/libwww-perl-5.800/

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to