Im writing a web application that will use a simple layout i have already designed, i have decided that using a parser (such as Mason) that parses the html for perl code, is not the best idea because people may run diffrent web servers or not have the perl modules. Because the html will not ever change i have decided i should choose one of two things. 1. Include all the html into each perl file or 2. keep the html in a single .html file and have my perl files read the html from that and use it. If anyone could input their thoughts, r maybe a perl module that is designed for this i would be very happy :D Thanks