in reply to Problem with Image::Thumbnail and Image::ThousandWords
Assuming your home directory is /home/jaysoon, create a directory like /home/jaysoon/perl-modules, and invoke the CPAN shell like this from the command line:
Then, answer a couple of questions and at the prompt, sayperl -e'use lib "/home/jaysoon/perl-modules"; use CPAN; shell'
Once the module has been installed, quit the shell and usecpan> install Image::Thumbnail
in your Perl scripts to pull it in. This way, you can manage your modules without dealing with the provider every time.use lib '/home/jaysoon/perl-modules'; use Image::Thumbnail;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Problem with Image::Thumbnail and Image::ThousandWords
by soon_j (Scribe) on Mar 19, 2004 at 09:30 UTC |