http://www.perlmonks.org?node_id=620970


in reply to CGI Buffer problem after upload with multipart form

well problem solved :)
problem was the sqlldr that forces itself a print to STDOUT, wich the CGI also listen on, during the upload of the file from multipart form.

i replaced the background scripts system with my @garbage=qx{sqlldr.exe MOP CONTROL=C:/Apache2.2/script_run/bv_on_acc_loader.ctl};
so all output is foreced to come back to the @garbage array.

it's propably not the nicesed way to handly it, but i found so far no other ;)
thx to all of u thinking about my problem

kd ultibuzz