Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Re: dbi style questions (code, discussion)

by jarich (Curate)
on Dec 30, 2001 at 14:51 UTC ( [id://135235]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        # some sample data.
    my %msgdata = ( messageid => $next_messageid,
    ...
                    "VALUES " . substr(("?,\n" x @values), 0, -2),
                    undef,
                    @values);
    
  2. or download this
        insert($table, @keys, @values);
            # or possibly
    ...
    
            # and definately
        $data_ref = select($table, $conditions_ref, $desired);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (3)
As of 2024-03-29 01:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found