in reply to
Using sqlldr with perl
The documentation for
system
has a link to
qx
, which can be used for capturing output. Read
Quote Like Operators
, which shows various possibilities for capturing STDOUT and/or STDERR.
Comment on
Re: Using sqlldr with perl
Replies are listed 'Best First'.
Re^2: Using sqlldr with perl
by
Anonymous Monk
on Jul 09, 2012 at 18:11 UTC
to suppress the sqlldr messages on screen, you can use 'silent=all'
[reply]
In Section
Seekers of Perl Wisdom