http://qs321.pair.com?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

Replies are listed 'Best First'.
Re^2: I'm about to die because Perl Can't locate Module
by jimbojones (Friar) on Jun 11, 2005 at 14:36 UTC
    Hi

    doesn't use lib just modify @INC ? The OP shows that @INC already includes C:\Perl\site\lib.

    Or am I missing something?

    - j
      No, you're quite right. I didn't look too hard at the error message it would seem.
      HTH

      _________
      broquaint