Help for this page

Select Code to Download


  1. or download this
        my $hash_add = {
                           $cat => [{
    ...
        for (keys %$hash_add) {
            $xml->{policies}->[0]->{$_} = $hash_add->{$_};
        }