I have been learning to make a basic html form, and then have it use the GET method to get the user's input data and pass it to a perl script (.pl) which then does something with the info, and outputs the result on the screen.
however, now I am trying to do this less messily, and I know I remember hearing that this can be done all in one perl file without the html file, but I do not know how... can anyone explain this to me, or point me in the right direction?? thanks!!
however, now I am trying to do this less messily, and I know I remember hearing that this can be done all in one perl file without the html file, but I do not know how... can anyone explain this to me, or point me in the right direction?? thanks!!