in reply to Re: Problem with Image::Thumbnail and Image::ThousandWords
in thread Problem with Image::Thumbnail and Image::ThousandWords
I finally confirmed that Thumbnail.pm was not installed in a directory covered by the above PATH's I mentioned.
From saintmike's suggestion, I tried to manually copy /Image/Thumbnail.pm and placed it in a certain directory. From my script, I added "use lib 'DIRECTORY_I_COPIED_THEM'" and the whole thing worked.
THANKS!!!!