in reply to Re: issues displaying cgi script source?
in thread issues displaying cgi script source?

Ahh yes this works great for spacing and indention but html is still rendered inside the pre tag.

www.perlskripts.com
  • Comment on Re^2: issues displaying cgi script source?

Replies are listed 'Best First'.
Re^3: issues displaying cgi script source?
by Joost (Canon) on Jul 06, 2004 at 20:47 UTC
Re^3: issues displaying cgi script source?
by antirice (Priest) on Jul 07, 2004 at 00:52 UTC

    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