It's certainly cool that there's a module for this purpose, however in some cases you can simply write:
my %cache; my $result = $cache{$input} ||= function($input); print $result;
In reply to Re^2: A perl buffer
by betterworld
in thread A perl buffer
by leonidlm
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |