Re: Posting Files with HTTP::Request

2005-05-09 Thread John Doe
Am Montag, 9. Mai 2005 20.28 schrieb Jason Williard: > I am trying to write a script that will post a file to another script on > another server via HTTP::Request. I seem to be unsuccessful and was > hoping that someone could point out my mistakes. Here is the code that > I have so far: > > -

Posting Files with HTTP::Request

2005-05-09 Thread Jason Williard
I am trying to write a script that will post a file to another script on another server via HTTP::Request. I seem to be unsuccessful and was hoping that someone could point out my mistakes. Here is the code that I have so far: --- #!/usr/bin/perl -W use HTTP::Request;

Posting Files with HTTP::Request

2005-05-09 Thread Jason Williard
I am trying to write a script that will post a file to another script on another server via HTTP::Request.  I seem to be unsuccessful and was hoping that someone could point out my mistakes.  Here is the code that I have so far: --- #!/usr/bin/perl -W use HTTP::Request;