in reply to Re: How can I get image height and width without using Image::Size?
in thread How can I get image height and width without using Image::Size?
perl -e 'print $_ . "\n" for @INC'
use lib qw(/path/to/it);
Remember to use the path *up to* the Image directory. So, if it is installed in /home/you/perl/Image/Size.pm, use /home/you/perl
If it isn't installed, then:
perl -MCPAN -e 'install Image::Size'
Cheers,
KM
|
|---|