Help for this page

Select Code to Download


  1. or download this
    $VAR1 = {
              'FOO' => {
    ...
                        'TABLE_TYPE' => 'CUSTOMER'
                       }
            };
    
  2. or download this
    $VAR1 = {
              'REFERENCE' => [
    ...
                             ],
              'CUSTOMER' => 'BAZ'
            };
    
  3. or download this
    my %HoA;
    foreach my $key (keys %$ref_to_HoH){
    ...
              $HoA{$type}  = $key;
       }
    }
    
  4. or download this
    Can't use string ("FOO") as an ARRAY ref while "strict refs" in use at
    + .....