Hammy has asked for the wisdom of the Perl Monks concerning the following question:
Can this be done? I have a situation where the form variables are passed to me encrypted and I have the Java code to decrypt it, but I am not sure where to look to see how to call a Java App from within Perl and accept the result of the Java app. (Pass an encrypted string and get back a decrypted string). Any help would be appreciated. Thanks