Help for this page

Select Code to Download


  1. or download this
    $VAR1 = {
              '0' => {
    ...
                       'directory' => '/var/adm'
                     }
            };
    
  2. or download this
    #!/usr/local/bin/perl -w
    
    ...
        print "\tSkipping rule $ruleNum\n";
        push (@skippedRules, $ruleNum);
    }