reply;
# Clean up
unlink "request.xml";
unlink "reply.xml";
unlink "temp.txt";
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?
Thanks,
Dan Timis
Muse Research, Inc.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>
do is add "Content-length:"
and the contents of my "request.xml" file to GET.
Thanks,
Dan Timis
Muse Research, Inc.
On Friday, July 30, 2004, at 05:26 AM, Bob Showalter wrote:
Dan Timis wrote:
Hi everyone,
I am very new to Perl. I need two perl scripts, one would run on a
c
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
a