in reply to issues displaying cgi script source?

Is there anyway I can use this method and not have the web browser parse the cgi source code as html code and simply display as text?
Use <pre> tags.
  • Comment on Re: issues displaying cgi script source?

Replies are listed 'Best First'.
Re^2: issues displaying cgi script source?
by Elijah (Hermit) on Jul 06, 2004 at 20:43 UTC
    Ahh yes this works great for spacing and indention but html is still rendered inside the pre tag.

    www.perlskripts.com

      You're already using CGI so why not just import escapeHTML and use it on the contents of the script?

      antirice    
      The first rule of Perl club is - use Perl
      The
      ith rule of Perl club is - follow rule i - 1 for i > 1