Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
    
        print "$_\n" unless $no_print;
    }
    
  2. or download this
    thew
    trow
    thew
    trow
    
  3. or download this
    dd \%master_letter_freq;      # <-- QUERY
    dd \@result;                  # <-- QUERY
    ...
                $seen{$_}++ for (split //,lc $_);
                dd \%seen;        # <-- QUERY
                # ... and so on ...
    
  4. or download this
    ./script.pl | cat -vet