in reply to Write file using full path returns error

From what I see, it seems you're trying to read data from a URL, and to store this locally.

LWP::Simple will be your friend here. See the getstore function.

---Lars

  • Comment on Re: Write file using full path returns error