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

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';