Help for this page

Select Code to Download


  1. or download this
    my $href = {
     field1 => 'this',
     field2 => 'that',
     field3 => 'another',
    ...
    
  2. or download this
    my $href = {
     field1 <= 'this',
    ...
     field3 <= 'another',
     field3 <= 'YetAnother',
    ...