|
This program creates web pages from C++ and Perl source programs.
I wrote this program because I teach classes in both C++ and Perl and I use the web for posting class notes. Unfortunately, the < and > signs used in most computer programs (especially C++!) mean something entirely different in HTML. Special markup codes are needed. This program takes care of that.
|