in reply to cgi programming problem with perl

Hi ,

while(<DBFILE>){ chomp; my @pattern_check = split(/,/,$_); ..... }