Form::Factory::Stasher - An object responsible for remembering things


NAME

Form::Factory::Stasher - An object responsible for remembering things


VERSION

version 0.014


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

the Form::Factory::Stasher::Memory manpage


AUTHOR

Andrew Sterling Hanenkamp <hanenkamp@cpan.org>


COPYRIGHT AND LICENSE

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