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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How add path into @INC variable ?

Status
Not open for further replies.

JackTheRussel

Programmer
Aug 22, 2006
110
FI
Hi.

How can I add path into @INC variable?
I have place where I have lots of .pm files.

Now I would like to add path to @INC variable, because it is troublesome to add this line in every perl script
Code:
use lib /path

Thanks !
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top