I'm really new to this. I am trying to write a CGI program that will take a pseudo-html file, find certain tags, and replace them with something else.
For example, if there is an html file, that has a "<list>
" tag (which I believe is not an html tag), it would replace that tag with a list that it generates.
Is there an easy way of going about this? Or do I essentially need to do it from scratch?
I'm thinking about using the CGI++ library, does it have such a functionality?
Thanks