in reply to Making a WWW::Search loop
You might want to consider running it under use strict and changing it to:@se = ('AltaVista', 'Excite', 'Infoseek', 'Lycos'); $search = new WWW::Search($se);
Hope this helps...foreach my $se (qw(AltaVista Excite Infoseek Lycos)) { my $search = new WWW::Search($se); # etc
gav^
|
|---|