Help for this page

Select Code to Download


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