Hi, i really need some help.  

Ive been using Perl for a while, but am new to the ActiveState Perl Dev Kit
environment.  my perl scripts will not build into executables correctly, when I
have "use <module>".  teh perl dev kit claims that it cant find any perl
modules in my @INC paths, and that the @INC is empty.  

I definitely have the modules installed in the right place, and these same
scripts work correctly when i run them from command line.  

The PerlNET GUI's Main window shows that my "module search paths" do contain
(C:\Perl\lib) and (C:\Perl\site\lib) which is where my CPAN modules are ... 
Ive even added these paths to my PERL5LIB environment variable.   I've also
tried putting a hard coded "push (@INC)" line in my code, as well as an
explicit "require"...  still no help.

here is the output of my build attempts.  Thanks for any help anyone can
provide me.



plc --shared public --norunlib --exe serial.exe J:\dl30\serial.pl


PerlNET 6.0.0 build 117102
Copyright (C) 1998-2004 ActiveState Corp.  All rights reserved.
ActiveState is a division of Sophos Plc.
Commercial license for <my boss> at <my boss' email address>
Created 'serial.exe' [Test it]
Target size: 532 KB same as last time

[DONE]

.\serial.exe
Can't locate win32/serialport.pm in @INC (@INC contains: .) at serial.pl line
195.
BEGIN failed--compilation aborted at serial.pl line 195.

[DONE]


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to