i want that all the rows be executed and even if some of the queries get errors. thank you. - faaizwhile( $row = $select_handle->fetchrow_hashref)#getting row from some +other query { $handle = $syb_handle->prepare($query) or die "Unable to prepare sat +ement"; $handle->execute or die "Unable to execute query"; $allrows = $handle->fetchall_arrayref(); my($i, $j); for $i ( 0 .. $#{$allrows} ) { for $j ( 0 .. $#{$allrows->[$i]} ) { print $allrows->[$i][$j]; }#ending $j print "\n"; }#ending the $i }#ending while
In reply to multiple queries: by anjaana78
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |