Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Good Programming is Better

by George_Sherston (Vicar)
on Jan 12, 2002 at 00:49 UTC ( [id://138131]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub
    InsertMultipleValues
    ...
        my $sth = $dbh->prepare("INSERT INTO $table ($cols) VALUES ($place
    +s)") or die $dbh->errstr;
        $sth->execute(@vals) or die $dbh->errstr;
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlmeditation [id://138131]
Approved by root
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (9)
As of 2024-04-18 11:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found