|
Posted by Ben Morrow on April 2, 2008, 12:13 pm
Please log in for more thread options
> I have a script in /cgi-bin/. I want it when called to download a dynamic
> file, actually an image to a file on the server. Basically pull a graph
> from whats actually a router of mine, save it to /temp_images.
>
> I have tried using: "system "/usr/bin/wget..." with no luck.
An actual error message is more use than 'no luck'. Does your wget live
in /usr/bin (mine doesn't)?
> Can someone give me a shove in the right direction? I cannot seem to find
> where the perl "get" command supports simply saving to a directory but I may
> have missed something and many times do.
See LWP::Simple::getstore.
Ben
|