| Form::Factory::Stasher - An object responsible for remembering things |
Form::Factory::Stasher - An object responsible for remembering things
version 0.014
A stasher remembers things.
$stasher->stash($key, $hashref);
Given a $key to store it under and a $hashref to store. Remember the given information for recall with unstash.
my $hashref = $stasher->unstash($key);
Given a $key, recall a previously stored $hashref.
the Form::Factory::Stasher::Memory manpage
Andrew Sterling Hanenkamp <hanenkamp@cpan.org>
Copyright 2009 Qubling Software LLC.
This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself.
| Form::Factory::Stasher - An object responsible for remembering things |