Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Re: Another meek DBI question

by blokhead (Monsignor)
on Aug 21, 2003 at 22:28 UTC ( [id://285606]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $rv = sth->bind_columns(\(undef,$uname,$fname,$fgroup,$dmod,$accts)
    + );
    
  2. or download this
        ## from perlref
        @list = (\$a, \@b, \%c);
        @list = \($a, @b, %c);    # same thing!
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (6)
As of 2024-04-19 04:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found