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

NAME

CGI::Application::Plugin::Stash - add stash to CGI::Application

SYNOPSIS

  use CGI::Application::Plugin::Stash;
  
  $self->stash->{foo}='bar';
  
  $self->param('foo','bar'); #same
  

DESCRIPTION

CGI::Application::Plugin::Stash is a plugin for CGI::Application. This module allow you to call stash like Catalyst.

SEE ALSO

CGI::Application

Catalyst

AUTHOR

Masahiro Nagano, <kazeburo@gmail.com>

COPYRIGHT AND LICENSE

Copyright (C) 2005 by Masahiro Nagano

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.