:P Catalyst::Engine.
sub env :Global :Args(0) { use YAML; my ( $self, $c ) = @_; $c->response->content_type("text/plain"); $c->response->body( YAML::Dump( $c->engine->env ) ); }
In reply to Re: Can't store CODE items at
by Your Mother
in thread Can't store CODE items at
by phildeman
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |