if(condition1){
@words = split(/=/, $_);
print "$_";
$sth->execute($words[0],$words[1]) or die $DBI::errstr;
}
if(condition2){
@words = split(/=/, $_);
print "$_";
$sth->execute($words[0],$words[1]) or die $DBI::errstr;}
####
if(condition1){
@words = split(/=/, $_);
print "$_";
$sth->execute($words[0],$words[1]) or die $DBI::errstr;
}
if(condition2){
@words = split(/=/, $_);
print "$_";
$sth->execute($_,$_) or die $DBI::errstr;}
####
DBD::mysql::st execute failed: Column 'name' cannot be null at ./fsm0.pl line 110, <> line 170.
Column 'name' cannot be null at ./fsm0.pl line 110, <> line 170.