LWP Request

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Pancake
    New Member
    • Mar 2008
    • 2

    LWP Request

    I need to write a Perl script that returns a file upon the script being called.
    I have written a script using LWP that posts a request and accepts the response. I now need a script the handles the inbound request and supplies the file for the requester to download.
  • eWish
    Recognized Expert Contributor
    • Jul 2007
    • 973

    #2
    What have you tried in your efforts to make this script?

    --Kevin

    Comment

    • Pancake
      New Member
      • Mar 2008
      • 2

      #3
      I've just yesterday finished the first script to send a request and process the downloaded data. I'm writing it to a file for use further downstream.

      I'm stuck getting started on the second script. I imagine I need to read some parameters in the inbound request and somehow send the file back to the requesting url.

      Comment

      • eWish
        Recognized Expert Contributor
        • Jul 2007
        • 973

        #4
        I guess that I am having a hard time understanding the flow. Therefore, it is hard to make suggestions.

        --Kevin

        Comment

        • numberwhun
          Recognized Expert Moderator Specialist
          • May 2007
          • 3467

          #5
          Originally posted by Pancake
          I've just yesterday finished the first script to send a request and process the downloaded data. I'm writing it to a file for use further downstream.

          I'm stuck getting started on the second script. I imagine I need to read some parameters in the inbound request and somehow send the file back to the requesting url.
          If you want assistance, we are really going to need to see your code. Please post your code here for all to see and let us know what isn't working, what you are having problems with, or where you are stuck.

          Regards,

          Jeff

          Comment

          Working...