The @INC array is for storing directories in which Perl looks for your modules. If you have a file UvaModule.pm in the directory D:\uva\code\, then you can load it with:
use lib 'D:/uva/code/'; use UvaModule;
Read the lib documentation.
In reply to Re^3: i need help in subroutines
by Corion
in thread i need help in subroutines
by uva
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |