http://qs1969.pair.com?node_id=200542


in reply to Re: Re: using perl for personal web page program
in thread using perl for personal web page program

It sounds like you'll want to use a mix of both dynamic and static pages. For data provided by your users, server it up static and for data that is going to be global, or possibly global to all the users server it up dynamically. A compromise between speed and maintainability.