in reply to LWP Simple - getstore function
I use the GetStore command to pull pictures of the web and save them.
All I use is
use LWP::Simple; getstore("http://path.to.web/image.jpg","/path/to/myimage.jpg");
Works like a treat on Images and Text/HTML files. getstore seems to work out the file handle's and bin mode its self.
Al
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: LWP Simple - getstore function
by tanger (Scribe) on Oct 31, 2004 at 16:57 UTC |