Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^2: Are there ways to resize pic without using CPAN modules

by seewhy (Initiate)
on Jun 18, 2005 at 05:29 UTC ( [id://467945]=note: print w/replies, xml ) Need Help??


in reply to Re: Are there ways to resize pic without using CPAN modules
in thread Are there ways to resize pic without using CPAN modules

Thank you very much and I have installed the Imager module using the method you suggested. It seems to work and there is a Imager directory sitting in my home/lib..However, when I put in the

use Imager;

It still give me the 500 error. Do I have to call it differently if I install the module this way? Thanks.

  • Comment on Re^2: Are there ways to resize pic without using CPAN modules

Replies are listed 'Best First'.
Re^3: Are there ways to resize pic without using CPAN modules
by sgifford (Prior) on Jun 18, 2005 at 23:49 UTC
    You need an appropriate use lib line to tell your script where to find the library. Something like:
    use lib '/path/to/your/homedir/lib/perl5';

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://467945]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (5)
As of 2024-04-19 10:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found