Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    use strict;
    ...
        $sentences++ for m/\./g;
    }
    print "$words $sentences\n";
    
  2. or download this
    59 5