AFS::Command::FS 1.7 review
DownloadAFS::Command::FS is a OO API to the AFS fs command. SYNOPSIS use AFS::Command::FS; my $fs = AFS::Command::FS->new();
|
|
AFS::Command::FS is a OO API to the AFS fs command.
SYNOPSIS
use AFS::Command::FS;
my $fs = AFS::Command::FS->new();
my $fs = AFS::Command::FS->new
(
command => $path_to_your_fs_binary,
);
This module implements an OO API wrapper around the AFS 'fs' command. The supported methods depend on the version of the fs binary used, and are determined automagically.
Requirements:
Perl
AFS::Command::FS 1.7 keywords