Help for this page

Select Code to Download


  1. or download this
    <blockquote>
    mysql> select count from csresult where sig = '024b1680d57f61df3b3236f
    +0c9321ce7';
    +-------+
    ...
    +------------+
    1 row in set (0.00 sec)
    </blockquote>
    
  2. or download this
    #!/usr/bin/perl -w
    
    use strict;
    ...
    {
            print "count:$data->{count}\n";
    }
    
  3. or download this
    <blockquote>&#91;samar@malena perl&#93;$ 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
    
    ...
    &#91;samar@malena perl&#93;$ perl dbi-test.pl
    count:-1
    </blockquote>
    
  4. or download this
    <blockquote>&#91;samar@maria perl&#93;$ 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
    
    ...
    &#91;samar@maria perl&#93;$ perl dbi-test.pl
    count:4294967295
    </blockquote>