Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Perl array into MySQL Database

by perldeveloper (Scribe)
on Jul 21, 2004 at 14:18 UTC ( [id://376248]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $sel_array = $dbh->prepare("SELECT ELEMENT FROM ELEMENTS_TABLE WHER
    +E ID=?");
    $sel_array->execute($id);
    my (@new_array) = map { $_->[0] } @{$sel_array->fetchall_arrayref};
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (1)
As of 2024-04-25 00:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found