Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

where perl finds libraries

Status
Not open for further replies.

redsss

Programmer
Mar 17, 2004
72
0
0
US
what is the easiest way to find what directory perl finds a library module in?

for example, if my perl program has "use warnings" at the top, how do I find the location of warnings.pm?

I think I've heard of something easier than simply doing a find on all the directories in @INC
 
They should be in the lib subdirector under the Perl folder. The Perl folder was installed to where you told the installation program to install it to (by default it should be under c:/perl/lib.

Have fun....
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top