NAME
Gapp::Form::Stash - Form stash object
SYNOPSIS
$s = Gapp::Form::Stash->new;
$s->store( 'object.attr', $value );
$s->retrieve( 'object.attr' );
DESCRIPTION
The stash is registry that used to retrieve and update form data.
OBJECT HIERARCHY
PROVIDED ATTRIBUTES
PROVIDED METHODS
- contains $key
-
Returns
true
if a$key
exists in the registry,false
otherwise. - delete $key
-
Removes a key from the stash.
- elements
-
Returns a list of keys in the registry.
- fetch $key
-
Retrieve the value of key from the registry.
- store $key, $value
-
Stores a value to a key in the registry.
AUTHORS
Jeffrey Ray Hallock <jeffrey.hallock at gmail dot com>
COPYRIGHT & LICENSE
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.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 144:
You forgot a '=back' before '=head1'