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

version 0.020

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.

Form::Factory::Stasher::Memory

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.