Does anybody know of a way to run a non-blocking DBI query?  Non-portable is
ok with me, if it works with Oracle! :-)

But seriously, do we know about how to:
* Send a query
* treat the statement handle like a file handle (select())
* do something else
* then handle the rows when the query (finally!!!) returns them?

TIA!

Rob

#!/usr/bin/perl -w
use Disclaimer qw/:standard/;


Reply via email to