Help for this page

Select Code to Download


  1. or download this
    @structure = (
        { ... },
    ...
            { ... },
        ],
    );
    
  2. or download this
    my @structure = ( $hashref_from_first );
    foreach @query {
    ...
         push @structure->[0], $hashref; 
      }
    }