VMS::Stat

Perl extension for access to File Access Blocks (read-only) and HP C extensions to the mkdir() function in the C RTL
Download

VMS::Stat Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Peter Prymmer
  • Publisher web site:
  • http://search.cpan.org/~pvhp/

VMS::Stat Tags


VMS::Stat Description

Perl extension for access to File Access Blocks (read-only) and HP C extensions to the mkdir() function in the C RTL 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 arguments may follow the directory name. These arguments should be numbers which specify optional directory characteristics as allowed by the CRTL. (See the CRTL reference manual description of mkdir() and chmod() for details.) If successful, vmsmkdir will return a true value; error occurs, it returns undef.SYNOPSIS use VMS::Stat qw(&vmsmkdir &get_fab); vmsmkdir( 'SYS$DISK:',0777,,1 ); # Equivalent to DCL: $ create/directory/version_limit=1 my b = get_fab( 'SYS$LOGIN:LOGIN.COM' ); Requirements: · Perl


VMS::Stat Related Software