AFS

 view release on metacpan or  search on metacpan

examples/v2/acl/copyacl  view on Meta::CPAN

#!/usr/local/bin/perl

use blib;
use strict;
use warnings;

use AFS::ACL;

die "Usage: $0 from to\n" if ($#ARGV==-1);

my $from = shift;
my $to = shift;

my $ok = AFS::ACL->copyacl($from, $to);
if ($AFS::CODE) { print "AFS::CODE = $AFS::CODE\n"; }
else            { print "OK = $ok \n"; }

exit;

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 0.407 second using v1.00-cache-2.02-grep-82fe00e-cpan-2c419f77a38b )