Help for this page

Select Code to Download


  1. or download this
    if ( &check_for_valid_conf($config_file) ) {
    
    ...
        return(@class,@ind_rules);
    }
    
  2. or download this
    my ($arr1, $arr2) = \&sub(arg);
    print join("\n",@$arr1);
    ...
    }'
    1, 2, 3