Help for this page

Select Code to Download


  1. or download this
    my $test = {
                'record' => {
    ...
                                      'b' => 22
                            }
              };
    
  2. or download this
    my $test;
    $test->{record}->{'a'} = 11;
    $test->{record}->{'b'} = 22;