Help for this page

Select Code to Download


  1. or download this
    my %hash = (
      '1_277' => 'one',
    ...
      '4_333' => 'done',
      'repeat' => 'no'
    );
    
  2. or download this
    %hash = (
      '1_277' => 'one',
      '2_644' => 'some value',
      '4_333' => 'done',
    }