Help for this page

Select Code to Download


  1. or download this
      1, a
      1, b
      ...
      3, h
      3, i
    
  2. or download this
       print "$key, $value\n";
    
  3. or download this
       push( @secondOutput, "$value, $key" );
    
  4. or download this
       print join( "\n", sort( @secondOutput ), "" );