NAME
Form::Factory::Stasher - An object responsible for remembering things
VERSION
version 0.022
DESCRIPTION
A stasher remembers things.
ROLE METHODS
stash
$stasher->stash($key, $hashref);
Given a $key
to store it under and a $hashref
to store. Remember the given information for recall with "unstash".
unstash
my $hashref = $stasher->unstash($key);
Given a $key
, recall a previously stored $hashref
.
SEE ALSO
Form::Factory::Stasher::Memory
AUTHOR
Andrew Sterling Hanenkamp <hanenkamp@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2015 by Qubling Software LLC.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.