Lines Matching full:vms
1 # VMS::Stdio - VMS extensions to Perl's stdio calls
8 package VMS::Stdio;
28 bootstrap VMS::Stdio $VERSION;
35 defined $val or croak("Unknown VMS::Stdio constant $constname");
56 VMS::Stdio - standard I/O functions via VMS extensions
60 use VMS::Stdio qw( &flush &getname &remove &rewind &setdef &sync
82 This package gives Perl scripts access via VMS extensions to several
97 use VMS::Stdio; # same as use VMS::Stdio qw( :DEFAULT );
99 use VMS::Stdio qw( !:CONSTANTS :FUNCTIONS );
101 use VMS::Stdio qw( :CONSTANTS :FUNCTIONS );
103 use VMS::Stdio ();
111 actually call a method that VMS::Stdio doesn't provide. This
117 changed to from VMS::stdio to VMS::Stdio as of Perl 5.002, and the names of some
118 routines were changed. For many releases, calls to the old VMS::stdio routines
120 VMS::Stdio function. This compatibility interface has now been removed.
163 unlink($file) if VMS::Filespec::candelete($file);
194 to the VMS CRTL when opening a file. Its operation is similar to the built-in
201 If successful, C<vmsopen> returns a VMS::Stdio file handle; if an
205 would any other Perl file handle. The class VMS::Stdio ISA
207 returned by C<vmsopen>. However, C<use>ing VMS::Stdio does not
213 a VMS::Stdio file handle is overwritten, C<undef>d, or goes
589 VMS::Stdio by default, and are also exported by the Fcntl package.