Help for this page
while (<>) { # read a string from input my @senteces = split /\.\s+/; # ". " might work for splitting int +o sentences(?) ... } } }