I am a novice to Perl. I am trying to port a bunch of Perl scripts from Unix platform to VMS. When attemtpting to run many of the scripts, I get an error like the following (I have removed actual filenames and paths) : --------------------- Can't locate <perl-module-name> in @INC (@INC contains: perl_root:[lib.VMS_AXP.5_6_1] pe rl_root:[lib] perl_root:[lib.site_perl.VMS_AXP] perl_root:[lib.site_perl] /perl_ root/lib/site_perl .) at <perl-script> line 35. ----------------------
Since these scripts do work on Unix platforms, they are expected to work on VMS as well without major changes. Specifcally, a basic change to add the "use lib ..." in each script should not be required. Maybe I am missing some VMS logical like PERL_PATH or equivalent. Is there any such logical available ? What other methods are available to include additional paths to INC without modifying the scripts? Thanks in advance for your help. Thanks, Sam
