Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Select COUNT in MySQL

by robartes (Priest)
on Jun 09, 2005 at 08:11 UTC ( [id://464999]=note: print w/replies, xml ) Need Help??


in reply to Select COUNT in MySQL

$crows is a reference to an array, so you have to dereference it to get at the array elements:

print $code->[0];

See perlref and perlreftut for more information on references in Perl

CU
Robartes-

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (6)
As of 2024-03-28 20:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found