Searched defs:unmemoize (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DMemoize.pm33 @EXPORT_OK = qw(unmemoize flush_cache);
277 sub unmemoize { subroutine
283 croak "Could not unmemoize function `$f', because it was not memoized to begin with";
288 croak "Could not figure out how to unmemoize function `$f'";
778 =head2 C<unmemoize>
780 There's an C<unmemoize> function that you can import if you want to.
788 $SIG{INT} = sub { unmemoize 'function' };
790 C<unmemoize> accepts a reference to, or the name of a previously
796 If you ask it to unmemoize a function that was never memoized, it
948 memoize the function, and stored back at the time you unmemoize th
[all...]

Completed in 22 milliseconds