Help for this page

Select Code to Download


  1. or download this
    # XML
    <AGENT hostname="viper3">
    ...
      </ACL>
     </LADDER>
    </AGENT>
    
  2. or download this
    # script
    use strict;
    ...
        print $acl->first_child('PERMISSION');
        print "\n";
    }