Help for this page

Select Code to Download


  1. or download this
    use strict;
    my $sth;
    
    ...
      my ($count) = $sth->fetchrow_array();
      return $count;
    }