> The NT Perl does not have some files, such as vmsish.pl. I have figured out
> that I can create a BEGIN block that checks $^O for VMS and does a
> "require vmsish.pm; vmsish::import( 'vmsish', 'exit', 'status');".
> This way I don't get the "vmsish.pm not found" message from the "use vmsish".
Hmm. Not that it helps you much, but that's a bug in the win32 Perl
installation. vmsish.pm's shipped in the main lib precisely so that
code like this won't fail on non-VMS platforms.
Regards,
Charles Bailey [EMAIL PROTECTED]