in reply to Making webpages from a single CGI

Oh thank you, oh great thinkers! I can now make a great web page without using too much HTML!

Replies are listed 'Best First'.
Re: Re: Making webpages from a single CGI
by cfreak (Chaplain) on Oct 04, 2001 at 22:04 UTC
    The easiest way to not have HTML in the script is to use HTML::Template It allows you to set up tags in a separate template file (consiting of HTML) and will then insert the values you want into it. Even does loops and if blocks. Very fast and easy to use.