Searched defs:VMS (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DEnv.pm65 On VMS systems, arrays tied to environment variables are read-only. Attempting
91 if ($^O eq 'VMS') {
92 tie @{"${callpack}::$name"}, Env::Array::VMS, $name;
214 package Env::Array::VMS;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DVMS.pm1 package File::Spec::VMS;
12 use VMS::Filespec;
16 File::Spec::VMS - methods for VMS file specs
20 require File::Spec::VMS; # Done internally by File::Spec if needed
78 VMS-syntax directories when MM[SK] is run. Also expands expressions which
83 a VMS-syntax directory specification, if it is FALSE, the return string
84 is a VMS-syntax file specification, and if it is not specified, fixpath()
128 # Special case for VMS absolute directory specs: these will have had device
144 Removes redundant portions of file specifications according to VMS synta
[all...]

Completed in 458 milliseconds