Help for this page

Select Code to Download


  1. or download this
    foreach (sort keys %sentance_count)
    
  2. or download this
    $total_sentence = @sentances;
    foreach $sentence (@sentences) { 
    ...
    foreach(keys %sentence_count) {
      print ("\nThere are $_ sentences of $sentence_count{$_} words\n"); 
    }