in reply to image::Magick and images generated by script
this may not work due to your webserver config (creating sockets)use LWP::Simple qw' mirror getstore '; getstore($url, $file) mirror($url, $file) $image->Read($file); ...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: image::Magick and images generated by script
by jonnyfolk (Vicar) on Oct 16, 2008 at 04:57 UTC |