Help for this page

Select Code to Download


  1. or download this
    my $result_array  = $sth->fetchall_arrayref;
    
    if (!$result_array) {
       print "query failed!!\n";
    }
    
  2. or download this
    my $result_array = $sth->fetchall_arrayref;
    
    ...
    else {
        print "query failed!!\n";
    }