bhagperl has asked for the wisdom of the Perl Monks concerning the following question:

Hello Monks

Please let me know how to run java servlet on remote site like collabnet and get the output in my perl script.

This servlet program displays html FORM which accepts sql query in text area and submit button runs the query and displays the output on the html page

I want pass sql query from my script to the servlet and get the output .html page downloaded to my current directory

Please help me regarding this

Thanking all in advance

bhagperl

  • Comment on call remote java servlets from perl script

Replies are listed 'Best First'.
Re: call remote java servlets from perl script
by Anonymous Monk on Jan 19, 2012 at 10:27 UTC