jason corbett wrote:
> What would I need to call SQL Plus into action for PERL?

If you just need to execute SQL statements, use the DBI module and talk
directly to the database.

If you need to run existing sqlplus reports, use any of the standard
facilities like system(), backticks, pipe open, fork/exec, etc. to call
sqlplus from your perl script.

HTH

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to