Is that LWP::Simple ?
Try one of these:
- Copy LWP::Simple to a directory where you can create files. (Your application directory?)
- Prepend the directory to your @INC BEGIN{unshift(@INC,'directory');}
- or
- use lib 'directory';
- Include the code of LWP::Simple.pm in your own script, some tweeking to make it a package in your own application and try it.
- Use wget (Biker ducks and runs after having proposed a non-Perl solution ;-)
Update: Doh!
wil beat me to it. ;-)
Everything went worng, just as foreseen.