in reply to Re: error:Global symbol "$stopwords" requires explicit package
in thread error:Global symbol "$stopwords" requires explicit package

i am using these statements
open( LIST, "stopwords.txt" ) or die "$!"; my @stopwords = <LIST>;
yes i am using strict

Replies are listed 'Best First'.
Re^3: error:Global symbol "$stopwords" requires explicit package
by ikegami (Patriarch) on Jun 01, 2005 at 14:43 UTC