$searchWord = $ARGV[0]; open(OPENSTOPW,'stopwords.lst'); my $var = 0; while(){ chomp; push @stopwords, ($_); }