Sam > 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) :
Knowing which modules it was having problems with would be useful to diagnose ! My suspicion is that you are looking for modules that aren't present in 5.6.1. Which version of Perl are you using on Unix. > I am missing some VMS logical like PERL_PATH or > equivalent. Is there any such logical available ? PERL5LIB is the logical that you can use for this. This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you.
