1. I have designed a web page with 3 text boxes(T1, T2 and result) and one apply button. I want when apply button is pressed the perl script should take values from T1 and T2, perform some operation(Ex. T1+T2) and put the result in the Result text box..
2. I want to redirect the output of my perl/CGI script (whatever is going to be printed on the console) to a text box on the WEB.
AND AT LAST I WANT TO SAY THANKS TO ALL OF YOU TO SOLVE MY LAST PROBLEM...NOW I AM ABLE TO RUN PERL/CGI PROGRAMS FROM THE WEB...