AFS
view release on metacpan or search on metacpan
examples/v2/vldb/syncvldbentry view on Meta::CPAN
#!/usr/local/bin/perl
use blib;
use strict;
use warnings;
use AFS::VLDB;
my ($vldb, $volume, $ok);
die "Usage: $0 volume \n" if $#ARGV != 0;
$volume = shift;
$vldb = AFS::VLDB->new;
$AFS::CODE and print "AFS::CODE = $AFS::CODE\n";
$ok = $vldb->syncvldbentry($volume);
if ($AFS::CODE) { print "AFS::CODE = $AFS::CODE\n"; }
else { print "VLDB volume $volume synchronized \n"; }
( run in 0.605 second using v1.01-cache-2.11-cpan-7f9471e7e0a )