print "Enter some words (separated by spaces): >> "; chomp(my $line = ); my @words = split /\s+/, $line;