Help for this page

Select Code to Download


  1. or download this
    #! perl -slw
    use strict;
    ...
    c 2 me
    c 2 you
    c 3 me
    
  2. or download this
    #! perl -w
    use strict;
    ...
    );
    
    print Dumper(\%counts), "\n";