Help for this page

Select Code to Download


  1. or download this
    foreach $key (sort keys %hash) {
            print "$key\n$hash{$key}\n";
    }
    
  2. or download this
    type
    abcdef  12 11 19
    obc 1 3 4
    
  3. or download this
    type
    abcdef   12   11   19
    obc       1    3    4