On Thu, Jul 17, 2008 at 7:19 PM, gene golub <[EMAIL PROTECTED]> wrote:

> 1. how do you process procedures

Often the same or nearly the same way you process other SQL statements.
There are often examples in the DBD::* (whatever DBD you are using)
documentation.

> 2. what if I have multiple select or exec statements? Can dump output to file 
> and process it in awk or egrep manner?

You're not very clear here. Yes you can execute multiple statements...with
multiple calls to execute(). You can pretty easily output results to a
file, there
are probably even modules to make it even easier.

HTH,
Douglas Wilson
  • perl dbi gene golub
    • Re: perl dbi Douglas Wilson

Reply via email to