Help for this page

Select Code to Download


  1. or download this
    my $struct = {
      [ qw( a b c ) ] => [
    ...
                            { 'a' => 0, 'b' => 1, 'c' => 2, }
                         ],
    };