Help for this page

Select Code to Download


  1. or download this
    my %struture = (
                    
    ...
            'field1_statement2' => 'value'
                 }
    );
    
  2. or download this
    my @statements;
    my %structure;
    ...
        } 
        return @store;
    }