Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
my $records = mysql_fetch_array(mysql_query("select count(*) as result +s from database_table"));
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: A Perl Translation Issue
by Corion (Patriarch) on Jan 15, 2008 at 14:57 UTC |