JackTheRussel
Programmer
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
Thanks !
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 !