Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    $test->{record}->{'b'} = 22;
    print Dumper \$test;
    
  2. or download this
    
    $VAR1 = \{
    ...
                                      'b' => 22
                            }
              };