Help for this page

Select Code to Download


  1. or download this
    foreach (@array){
      print "$_\n";
    ...
    foreach (sort keys %hash){
      print "$_         $hash{$_}\n";
    }
    
  2. or download this
    1111   Fred
    2222   Wilma
    3333   Barney
    4444   Betty
    
  3. or download this
    '1111 ' -> 'Fred'
    '2222 ' -> 'Wilma'
    '3333 ' -> 'Barney'
    '4444 ' -> 'Betty'