http://www.perlmonks.org?node_id=465795


in reply to I'm about to die because Perl Can't locate Module

It sounds like C:/Perl/site/lib is not your path, but with a quick application of lib this can be remedied:
use lib 'C:/Perl/site/lib';
HTH

_________
broquaint