Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
                                      b=>2 }        );
            return bless \%obj;
    }
    
  2. or download this
    use strict;
    use warnings;
    ...
            my $self = shift;
            return \%{$self->{acls}};
    }