The VMS::User module provides access to the SYSUAF. Read-only at the moment, but that may change with later versions of this module....
CBERRY/vms-user-0_02 - 10 Dec 2007 04:02:02 UTCThis module provides access to the Code Management System (CMS) software using its callable interface. Most routines will return a true value if successful or "undef" instead of the return value documented below if the underlying CMS routine returns ...
PFAUT/VMS-CMS-0_3 - 31 Dec 2012 23:44:02 UTCThis module supplies a complete interface to callable the VMSMail routines for client-side access. This is the first CPAN release. This module is brand new and certainly has bugs. I will be testing it further and will release updates as I repair prob...
CBERRY/VMS-Mail-0_06 - 12 Apr 2009 14:30:40 UTCGet and set privileges for VMS processes. The user running the script must have sufficient privs to actually perform the act. Tied hash interface You can tie a hash to a pid (or to the current process' pid, if you don't specify a pid). Once you do th...
CBERRY/VMS-Priv-1_32 - 11 Apr 2009 15:47:12 UTCvmsmkdir The "vmsmkdir" function enables you to specify optional RMS arguments to the VMS CRTL when creating a directory. Its operation is similar to the built-in Perl "mkdir" function (see perlfunc for a complete description). Up to 4 optional argum...
PVHP/vms-stat-0_03 - 18 May 2004 04:04:31 UTCThe VMS::Queue module lets a perl script (running as a user with appropriate privileges) manage queues, queue entries, forms, characteristics, and queue managers. Queue functions The queue functions create, delete, manipulate, or list queues. Most fu...
CBERRY/VMS-Queue-0_58 - 20 Aug 2006 22:07:46 UTCVMS::Device mounts and dismounts, allocates and deallocates, initializes, and lists and gets info on devices. It subsumes the DCL commands MOUNT, DISMOUNT, ALLOCATE, DEALLOCATE, and INITIALIZE, as well as the lexical functions F$DEVICE and F$GETDVI. ...
CBERRY/VMS-Device-0_11 - 22 Nov 2018 16:07:45 UTCVMS::Logical provides access to logical names on OpenVMS systems. translate Translates a logical name. $hash = VMS::Logical::translate('logical_name'); $hash = VMS::Logical::translate({option=>value}); The first form can be used for a simple logical ...
PFAUT/VMS-Logical-0_6 - 31 Dec 2012 23:02:04 UTCVMS::FlatFile combines VMS::IndexedFile and Data::FixedFormat to make it possible to read and write hashes to VMS indexed files. First, load the module: use VMS::FlatFile; Next, create an instance: my $file = new VMS::FlatFile 'disk$user01:[user]file...
PFAUT/VMS-FlatFile-0.01 - 18 Aug 2000 23:20:15 UTC