I'm noticing that the fetchall_arrayref method in DBI doesn't handle multple result 
sets.  For example, if I prepare a statement using this sql (for example):
 
select * from A
select * from B

, execute this in DBI under a single statement handle, then call Data::Dumper on 
fetchall_arrayref, it only returns the result of the first query.  Why not the second 
query too?  I'd rather not set up multiple statement handles, so if there's a way to 
accomplish this with one, I'd be extremely interested.

Thanks,
Umaa

Reply via email to