| Perl/Java interaction A quick question, Google doesn't help me much on this.
I want to pass parameters to a java program through a CGI script. That part is easy, no problem there. Then the java program will execute and provide the CGI script with information.
Do I have to do anything specific for this? Or just return the value at the end of the program? |