Monday, January 16, 2006

Caching techniques in Perl

'Memoize' is very handy module available on CPAN for caching expensive operation in Perl.
Combining with 'DB_File' module, this module can be also used for persistence caching.