(Disclaimer: No experience on VMS, just throwing some ideas out there)
See "Caveats" in lib:
In order to keep lib.pm small and simple, it only works with Unix filepaths. This doesn't mean it only works on Unix, but non-Unix users must first translate their file paths to Unix conventions.
# VMS users wanting to put [.stuff.moo] into # their @INC would write use lib 'stuff/moo';
Or, you could try fiddling with @INC yourself? BEGIN { unshift(@INC, 'DISK$ECD:[DMC]') } ?
In reply to Re: Using a module under VMS
by Anonymous Monk
in thread Solved - Using a module under VMS
by Laurent_R
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |