Help for this page

Select Code to Download


  1. or download this
    $nestedhash = {
        'REJECTED'  => 'REJECTED',
    ...
        },
        'DIR' => ['DIR1', 'DIR2']
    };
    
  2. or download this
    $VAR1 = {
              'incoming' => {
    ...
                           'smtpserver' => 'SMTPSERVER'
                         }
            };
    
  3. or download this
    sub force_uc_hash {
        my $hashref = shift;
    ...
    }