Hi,
I am getting a "Can't locate Find.pm in @INC (@INC contains: c:\h\coe\comp\perl\lib c:\perl\lib c:\perl\lib\site c:\perl
3.
BEGIN failed--compilation aborted at dir.pl line 3." error.
The find.pm is actually located in another directory(c:\h\COTS\Perl\lib\File).
How can I update @INC to look there or is there a way I can specify the "use function" to look in another directory for Find.pm.
--thanks