Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^2: how can i list @INC content

by science_gone_bad (Beadle)
on Aug 29, 2006 at 18:29 UTC ( [id://570222]=note: print w/replies, xml ) Need Help??


in reply to Re: how can i list @INC content
in thread how can i list @INC content

Also there's an easier way to find where @INC points to. Just enter perl -V on the command line, and @INC is listed as one of the outputs (along with trivia like what compiler was used to compile the perl you're using, library paths, etc.)

Any modules you install will end up in one of those paths when it gets installed. You can also put custom modules there to be found for other reasons. I've split up things like this for various weird reasons dealing with multiple perl versions on different install locations on the same machine.

Log In?
Username:
Password:

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

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

    No recent polls found