Man Page: cgi::application::plugin::actiondispatch::attributes
Operating Environment: debian
Section: 3pm
CGI::Application::Plugin::ActionDispatch::Attributes(3pmUser Contributed Perl DocumentatiCGI::Application::Plugin::ActionDispatch::Attributes(3pm)NAMECGI::Application::Plugin::ActionDispatch::Attributes - Hidden attribute support for CGI::ApplicationSYNOPSISuse CGI::Application::Plugin::ActionDispatch::Attributes; sub CGI::Application::Protected : ATTR { my( $package, $referent, $attr, $data ) = @_; ... } CGI::Application::Plugin::ActionDispatch::Attributes::init(); sub my_method Protected { ... }DESCRIPTIONThis module will add attribute support into CGI::Application. It will also not break mod_perl. TSEE ALSOAUTHORJason Yates, <jaywhy@gmail.com>COPYRIGHT AND LICENSECopyright (C) 2006-2008 by Jason Yates 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.8 or, at your option, any later version of Perl 5 you may have available. perl v5.12.4 2011-10-26 CGI::Application::Plugin::ActionDispatch::Attributes(3pm)
| Similar Topics in the Unix Linux Community |
|---|
| How can I do this in VI editor? |
| Detecting unused variables... |
| One instance of comparing grep and awk |
| Find columns in a file based on header and print to new file |
| Weird 'find' results |