Help for this page

Select Code to Download


  1. or download this
    while (@thisfile) {
    
  2. or download this
    for (@thisfile) {
    
  3. or download this
    $seen{b} <=> $seen{a}
    
  4. or download this
    use strict;
    use warnings;
    ...
    close ($inFile);
    
    printf "%5d %s\n", $seen{$_}, $_ for sort { $seen{$b} <=> $seen{$a} } 
    +keys %seen;
    
  5. or download this
        2 a
        2 to
    ...
        1 pattern
        1 counter
        1 an