Re: A simple client/server problem

2004-07-31 Thread Dan Timis
Thanks Bob, I looked at LWP and it looks great. I will keep it in mind for other applications. I should have been more clear about what I meant by simple. I have 100+ clients that need to run this script, and I cannot install any kind of significant Perl modules on them. I found a file

Re: A simple client/server problem

2004-07-31 Thread Randal L. Schwartz
Dan == Dan Timis [EMAIL PROTECTED] writes: Dan I should have been more clear about what I meant by simple. I have Dan 100+ clients that need to run this script, and I cannot install any Dan kind of significant Perl modules on them. See PAR, then. Cannot install is not a valid excuse. --

Re: A simple client/server problem

2004-07-31 Thread Dan Timis
On Saturday, July 31, 2004, at 07:01 PM, Randal L. Schwartz wrote: Dan == Dan Timis [EMAIL PROTECTED] writes: Dan I should have been more clear about what I meant by simple. I have Dan 100+ clients that need to run this script, and I cannot install any Dan kind of significant Perl modules on

RE: A simple client/server problem

2004-07-30 Thread Bob Showalter
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

RE: A simple client/server problem

2004-07-30 Thread NYIMI Jose (BMB)
-Original Message- From: Dan Timis [mailto:[EMAIL PROTECTED] Sent: Friday, July 30, 2004 7:47 AM To: [EMAIL PROTECTED] Subject: A simple client/server problem Hi everyone, I am very new to Perl. I need two perl scripts, one would run on a client, the other would run

A simple client/server problem

2004-07-29 Thread Dan Timis
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. The perl script on the client machine runs an application. The application creates a file called request.xml The perl script reads the file, and sends it to the server.