Hi,
I have a mod_perl/CGI::Application program that I've written that
populates
a HTML::Template with a list of files that are on the server.
I'd like to cache that list, based on the URL, so that it doesn't have
to do
a readdir(), grep() and also a TreeBuilder to get the TITLE everytime
som
I have a mod_perl/CGI::Application program that I've written that populates
a HTML::Template with a list of files that are on the server. The program
also varies the list based on the query string (/list?c=magazines ...
/list?c=agents ... etc).
I'd like to cache that list, based on the URL, so th