in reply to Using sqlldr with perl

If you want these messages in a logfile you can also redirect the output of the system command to a file:
system("... >& logfile.log");