Help for this page

Select Code to Download


  1. or download this
    %data = ('col_1'=>'foo',
             'col_2'=>'bar',
             'col_3'=>'baz');
    
  2. or download this
    insert_hash("table", \%hash);
    
  3. or download this
    sub insert_hash {
        my $table_name = shift;
    ...
        $sql =~ s/,\?v\?//g;
        return $sql;
    }