in reply to how to put perl variables inside html tags

A number of solutions for this are documented in the section "Embedding Perl in HTML" on the Apache website.

And, what you want to do is commonly known as templating for you can always Take a look at CPAN or if you want a fast solution, try CGI in combination with HTML::Template.

And there are plenty of nodes relevant to this here, for example this one.

  • Comment on Re: how to put perl variables inside html tags