Help for this page

Select Code to Download


  1. or download this
    Undefined subroutine &DBD::mysql::st::fetchrow_array at ./test.pl line
    + 23
    
  2. or download this
    use strict;
    use warnings;
    ...
    our $result        = $bpsConn->prepare($query);
    print $result->execute() . "\n";
    our @ary        = $result->fetchrow_array();