debmc99 Posted June 11, 2009 Report Posted June 11, 2009 I have a client with an old CGI form and the form results show the HTML tags. I know nothing about PERL. Is there any way to have it print results in plain text or at least hide the tags? Thank you. For example: sub OUTprint { print ("Content-Type: text/html\n\n"); print ("Thank You\n");print (" Thank You For Filling in the Requested Information\n"); Quote
administrator Posted February 14, 2010 Report Posted February 14, 2010 Wow .. old post. Just strip out the HTML tags in your output. Stefan Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.