in reply to Re: How in include header in all pages
in thread How in include header in all pages

I am aware of templates but, I want to know is there any ways in perl to mention something like this, so it will do the inclusion header and footer automatically.
<url-pattern url="out/*"> <include position=begining header.pm/> <include position=end footer.pm/> </url-pattern> <url-pattern url="out/login.cgi"> <include position=begining LoginHeader.pm/> <include position=end LoginFooter.pm/> </url-pattern>

Replies are listed 'Best First'.
Re^3: How in include header in all pages
by chromatic (Archbishop) on Feb 15, 2011 at 17:21 UTC

    I'm sure such a thing exists somewhere, but it's either a function of a web framework or the configuration of your web server.