[Info-vax] PERL for OpenVMS Alpha that will install on V8.4
Craig A. Berry
craig.a.berry at gmail.com
Mon Dec 2 13:01:54 EST 2013
On Monday, December 2, 2013 9:01:52 AM UTC-6, VAXm... at SendSpamHere.ORG wrote:
> The problem now is why PERL does not see the strict, warning, or any other
> modules. :(
strict is a pragma module and it's definitely there if your installation succeeded. You should be able to see it with:
$ dir perl_root:[lib]strict.pm
Directory PERL_ROOT:[LIB]
strict.pm;1
Total of 1 file.
Check that PERL_ROOT is a concealed logical name pointing to the right place (by default SYS$COMMON:[perl-5_18.]).
Can you reproduce the problem with the following one-liner?
$ perl -e "use strict;"
More information about the Info-vax
mailing list