The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

VERSION

version 0.016

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

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.