Passing parameters from perl script to calling application

Posted by Anonymous April 13, 2010 - 8:49am

I have an application (html) file that calls a Perl script to upload a comma-delimited file from the user's PC to a server. The application reads the file from the server and uses the data. However, presently the response from the Perl script is written to a separate html file, and the user must click a button on this page to return to the calling application. I would like the Perl script to directly pass the following parameters to the calling application:
1 Was the file upload successful
2 What is the file name
3 What is the URL of the file on the server

Can anyone help?

Manie Brynard