Help for this page

Select Code to Download


  1. or download this
    my ($sum) = $sth->fetchrow_array;
    
  2. or download this
    my ($sum) = $dbh->selectrow_array( $sql, undef, $foo, $bar, $rat );