- or download this
<blockquote>
mysql> select count from csresult where sig = '024b1680d57f61df3b3236f
+0c9321ce7';
+-------+
...
+------------+
1 row in set (0.00 sec)
</blockquote>
- or download this
#!/usr/bin/perl -w
use strict;
...
{
print "count:$data->{count}\n";
}
- or download this
<blockquote>[samar@malena perl]$ uname -a
Linux malena.XXX 2.6.18-128.el5 #1 SMP Wed Jan 21 10:41:14 EST 2009 x8
+6_64 x86_64 x86_64 GNU/Linux
...
[samar@malena perl]$ perl dbi-test.pl
count:-1
</blockquote>
- or download this
<blockquote>[samar@maria perl]$ uname -a
Linux maria.XXX 2.6.9-22.0.1.XXX #1 SMP Mon Dec 5 17:33:30 IST 2005 x8
+6_64 x86_64 x86_64 GNU/Linux
...
[samar@maria perl]$ perl dbi-test.pl
count:4294967295
</blockquote>