# Building the array of terms: my @terms = (); while (my $term = ) { chomp $term; push @terms, $term; }