Help for this page

Select Code to Download


  1. or download this
        178     #   Build the first half of the INSERT
        179     #   using the field list we got from the earlier DESCRIBE
    ...
        194             push @central_inserts, $this_insert;
        195         }
        196     }
    
  2. or download this
    for(@row) { $_ = "NULL" if !defined $_; }