Help for this page

Select Code to Download


  1. or download this
    %struct;
    
  2. or download this
    push(@{$struct{$key}},"value") 
    
    ...
    
    // i passed the reference n added the values to the array
    add(\@{$struct{$key}});