Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Re: Installing the DBI errors

by barrd (Canon)
on Nov 08, 2003 at 14:17 UTC ( [id://305548]=note: print w/replies, xml ) Need Help??


in reply to Re: Installing the DBI errors
in thread Installing the DBI errors

As Jaap mentioned check your @INC, if you don't know how to do it try this on the CLI:
perl -e 'print join("\n", @INC);'
This will return a list of the directories that Perl looks in for modules and the DBI.pm should be residing in one of them.

Replies are listed 'Best First'.
Re: Re: Re: Installing the DBI errors
by Anonymous Monk on Nov 08, 2003 at 19:41 UTC

    Or more concisely:

    perl -le'print for @INC'
Re: Re: Re: Installing the DBI errors
by Paulster2 (Priest) on Nov 08, 2003 at 18:55 UTC

    Though not in this discussion, I thank you for that little tidbit. I have been having similar problems with some of my modules at work. This should give me a pretty good idea if I am missing anything.

    Let me guess, this is probably first day PERL101 stuff and I missed that lesson!

    Thanks again!

    Paulster2

      Let me guess, this is probably first day PERL101 stuff and I missed that lesson!
      :-)

      No worries Paulster2, I've admitted in the past that I didn't even know about CPAN let alone @INC when I was a newbie. I wish this resource had been here when I started coding but then it was fun learning the hard way... long story ;)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (4)
As of 2024-03-29 11:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found