Help for this page

Select Code to Download


  1. or download this
    my %a_hash = (
    <TAB> very_very_long_key => 1,
    <TAB> k2        <SPACES> => 2,
    <TAB> another_k <SPACES> => 3
    );
    
  2. or download this
    my %a_hash = (
          very_very_long_key => 1,
                          k2 => 2,
                   another_k => 3
    );