How to pass variables from perl to Servlet? Is it possible to do so? If possible please let me know Thanks in advance
John Bateman
Ranch Hand
Joined: Mar 09, 2000
Posts: 320
posted
0
Hi You can passvariables from Perl to Servlets by using the QueryString 'Get' method or Post 'form' method. In your Perl 'form' or CGI you can have the following as a link to the Servlet. The below method is using the QueryString to pass the information. Ex.