in reply to How can I get image height and width without using Image::Size?
perl -e 'print $_ . "\n" for @INC' [download]
use lib qw(/path/to/it); [download]
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' [download]
Cheers, KM