Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Need help writing a script that interacts with a MySQL DB!

by chromatic (Archbishop)
on Sep 30, 2012 at 03:33 UTC ( [id://996454]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    while (@results = $query1->fetchrow_array()) {
        foreach(@results) {
    
  2. or download this
    while (my ($name, $email) = $query1->fetchrow_array())
    {
        print "\nName: $name\nEmail: $email\n";
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (2)
As of 2024-04-24 23:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found