in reply to How to include files in perl?

Hi sbhar,

In perl, you can read the content of the file and can print in the html page. Like the sample code above given by perlsen. And also, there is a module HTML::Template you can refer the link. There is a function 'TMPL_INCLUDE' using that you can include the files. It's very simple and effective module for the usage of htmls.