Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: I'm about to die because Perl Can't locate Module

by broquaint (Abbot)
on Jun 11, 2005 at 11:51 UTC ( [id://465795]=note: print w/replies, xml ) Need Help??


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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://465795]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (5)
As of 2024-04-18 06:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found