Help for this page
my (%count);
undef $/; ... $count{'vow'}++ if(/[aeiou]/); $count{'sen'}++ if(/\./); }