Re: Installing modules on website
That did the trick thankyou!
Re: Installing modules on website
From: [EMAIL PROTECTED] > I was reading and came across this code: > I put the contents of Image-Size-2.98 under the Image directory. > > use lib qw(/home/yrkylady/www/cgi-bin/perl/Image); > eval("use Image::Size 2.98;"); > (print("Error: $@"), exit(-1)) if $@; > > And when I