http://qs321.pair.com?node_id=30060

rodry has asked for the wisdom of the Perl Monks concerning the following question:

I am working on a web site that stores Resume information (along with photos) of whoever wants to subscribe to the web site.

I decided that for better performance I should save the generated pages into HTML text files and then link directly to it thru the URL instead of sending queries to the DB.

I know how to write to a text file a few lines of DB generated output, but not a page that is generated from more than three separate queries, like the ones from the website I just mentioned.

I need some directions as to how to attack this particular problem.

Thanks in advance...

Originally posted as a Categorized Question.