ãã®ã¾ã¾ä½¿ã£ã¦ã‚‚ç°¡å˜ã«CGIãŒæ›¸ã‘ã‚‹NanoAã§ã™ãŒã€ãƒ—ラグインを書ãã¨ã‚¢ãƒ—リケーションã®ã‚³ãƒ¼ãƒ‰å…¨ä½“çš„ãŒè¦‹é€šã—よããªã‚Šã¾ã™ã€‚ å˜ç´”ãªãƒ—ラグインã®ä¾‹ã‚’見ã¦ã„ãã¾ã™ã€‚ app/plugin/hello.pm package plugin::hello; use strict; use warnings; use utf8; use base qw(NanoA::Plugin); sub init_plugin { my ($klass, $controller) = @_; NanoA::register_hook($controller, 'prerun', \&_prerun); NanoA::register_hook($controller, 'postrun', \&_postrun); no strict 'refs'; no warnings 'redefine'; *{$con
{{#tags}}- {{label}}
{{/tags}}