src2html.pl
Here is now the perl-code of the script with that i parse the source-code
to view it with a browser. This causes the CGI-POST-BUTTONs on this page.
After the header and a "PRE" and "XMP" statement i just throw out the code.
So far it is nice but if there are HTML-Statements in the code like in this
case the script is not that usefull because the browser interprets them
as normal statements and executes them. :-<
And here is the source code