
Gapp::Form::Stash - Form stash object

$s = Gapp::Form::Stash->new; $s->store( 'object.attr', $value ); $s->retrieve( 'object.attr' );

The stash is registry that used to retrieve and update form data.



Returns true if a $key exists in the registry, false otherwise.
Removes a key from the stash.
Returns a list of keys in the registry.
Retrieve the value of key from the registry.
Stores a value to a key in the registry.

Jeffrey Ray Hallock <jeffrey.hallock at gmail dot com>

Copyright (c) 2011-2012 Jeffrey Ray Hallock.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.