Help for this page
@parsedfile = split(/\<TABLE/,$file);
foreach $line (@parsedfile) { if ($line =~ /cellpadding\=2/) { do whatever } }