Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

LWP Response

Status
Not open for further replies.

Pancake216

Programmer
Mar 18, 2008
1
CA
I have written a script that posts an HTTPS request and handles the response.
I now need to write a script that accepts an inbound request and sends a file in response to the requester.
How do I do that? Can I use LWP or is this a web service?
 
It can be done a number of ways, quickest to market is to write a script, and post to that script (using LWP), and have the script handle the response



Paul
------------------------------------
Spend an hour a week on CPAN, helps cure all known programming ailments ;-)
 
oops, I meant that the script would reside on a webserver. Altenatively you could write a service to listen on port 80, but why bother?

Paul
------------------------------------
Spend an hour a week on CPAN, helps cure all known programming ailments ;-)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top