in reply to cgi programming problem with perl
while(<DBFILE>){ chomp; my @pattern_check = split(/,/,$_); ..... } [download]