|
NAMENet::ACL::Set::Add - Class adding a value to a data element SYNOPSIS use Net::ACL::Set::Add;
# Construction
my $set = new Net::ACL::Set::Add(42,1);
# Accessor Methods
@data = $set->set(@data); # same as: $data[1] += 42;
DESCRIPTIONThis module is a very simple array element addition utility to allow simple value addition with Net::ACL::Rule. Note that using overloading of the "+=" operator, complex operation can be executed for objects. CONSTRUCTOR
ACCESSOR METHODS
SEE ALSONet::ACL::Set, Net::ACL::Set::Scalar, Net::ACL AUTHORMartin Lorensen <bgp@martin.lorensen.dk>
|