Help for this page

Select Code to Download


  1. or download this
    push @{ $data->{Things}->{Thing} },
        {
        'Item' => $var1,
    ...
                     }
            }
        };
    
  2. or download this
    $struc={
            'Item' => $var1,
    ...
                                               }
                             };
    push @{ $data->{Things}->{Thing} },$struc;