Help for this page

Select Code to Download


  1. or download this
    $ERRORS{CRITICAL}
    $ERRORS{'CRITICAL'}
    $ERRORS{"CRITICAL"}
    
  2. or download this
    use Data::Dumper;
    sub ERRORS {
    ...
    }
    
    $a = ERRORS{"CRITICAL"};
    
  3. or download this
    ERRORS called
    $VAR1 = [
    ...
                'CRITICAL' => undef
              }
            ];