Hi
I am working on a Windows2000 platform. The problem is everytime I execute my perl script on command line I get this error:
Can't locate File/Find.pm in @INC (@INC contains: c:\h\coe\comp\perl\lib\site c:
\h\coe\comp\perl\lib c:\perl\lib c:\perl\lib\site c:\perl\lib\site .) at Persona
lCreateList.pl line 9.
BEGIN failed--compilation aborted at PersonalCreateList.pl line 9.
Find.pm is actually located in "C:\h\COTS\Perl\lib"
How can I update the special array @INC to point to this library?
--Thanks