AFS::Utils

AFS::Utils is a Perl module with shared utility functions for the AFS module bundle.
Download

AFS::Utils Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Roland Schemers
  • Publisher web site:
  • http://search.cpan.org/~nog/AFS-2.4.0/pod/v2/afsperlutils.pod

AFS::Utils Tags


AFS::Utils Description

AFS::Utils is a Perl module with shared utility functions for the AFS module bundle. AFS::Utils is a Perl module with shared utility functions for the AFS module bundle.SYNOPSIS use AFS::Utils qw ( XSVERSION get_server_version get_syslib_version setpag sysname unlog ); my $ok = setpag(); print "Return Code = $okn"; print 'XS-Version = ', XSVERSION, "n"; print 'Syslib Version = ', get_syslib_version, "n"; print 'Server Version = ', get_server_version('pts', 'ibm-1'), "n"; my $sysname = sysname; unlog;NOTE: The following lines are 'version 1' style: all names are exported by default. This style is deprecated !!! use AFS; # import all AFS names use AFS @AFS::MISC; # import just the misc namesThis module provides several utility functions for the AFS module bundle. You can retrieve the version number for the underlying AFS system libraries, for the XS module, and for the AFS server processes. And it contains several commands that do not belong to any AFS command suites like creating a new PAG or retrieving and setting the CPU/operating system type. Any function required must by explicitly listed by the use statement to be exported into the calling package. Requirements: · Perl


AFS::Utils Related Software