Help for this page

Select Code to Download


  1. or download this
       $sth->execute(@cols) ;
    
  2. or download this
       $cols[0] = undef ;  # gives default value of that column 
       $cols[1] = 'NULL' ; # interpreted as string...