Help for this page

Select Code to Download


  1. or download this
    $foo = { 'SOMETHING_01' => {
                                 'CLASS' => [
    ...
                                            ],
                               }
           }
    
  2. or download this
    my $fee;
    %{$fee->{'SOMETHING_02'}} = %{$foo->{'SOMETHING_01'}};
    $fee->{'SOMETHING_02'}{CLASS}[0]{VALUE} = 'SQUEEK';