Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Select COUNT in MySQL

by robartes (Priest)
on Jun 09, 2005 at 08:11 UTC ( #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 surveying the Monastery: (7)
As of 2023-12-06 17:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (31 votes). Check out past polls.

    Notices?