I am currently trying to learn pearl and cgi. I have existing website that I developed in html. I would like to make a simple form that takes an input and outputs a results to the same form in the same html page. I found lots of examples online. However, every CGI example i found on the web has my zip.plx script creating a new web page with my results. Is there a way to accomplish this with just one page..
;;;;;
<HTML><HEAD><TITLE>Learning Perl & CGI </TITLE></HEAD>
........ Other Stuff is here already
<FORM METHOD=GET ACTION="/cgi-bin/zip.plx">
</FORM>
........... Other stuff is here already
</HTML>