- or download this
if(condition1){
@words = split(/=/, $_);
...
@words = split(/=/, $_);
print "$_";
$sth->execute($words[0],$words[1]) or die $DBI::errstr;}
- or download this
if(condition1){
@words = split(/=/, $_);
...
@words = split(/=/, $_);
print "$_";
$sth->execute($_,$_) or die $DBI::errstr;}
- or download this
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.