well, i was thinking about caching with a regular text, or HTML file, but then i remembered about the prepare_cached() method for the DBI... do you guys think that there would really be a huge difference from using that, to reading say an HTML file...
the table with the links is not very big and also i will have established a connection to the database for other reasons, so it's not like i need to 'connect' to the database everytime i want to pull the links... i just have to run the SQL query...