Help for this page

Select Code to Download


  1. or download this
    insert_item ($dbh, param ("content"));
    
  2. or download this
    # my ($dbh, $t, $content); NOT THIS
    my ($dbh, $t, $content) = @_; #
    
  3. or download this
    #$rows = $dbh->do ($stmt, undef, @placeholder);
    $rows = qq[ dbh->do ($stmt, undef, @placeholder) ];