i am trying to do something along the lines of:

sub foo : Local HelloWorld {
  my ($self, $c) = @_;

$c->res->body( $c->stash->{hello} ); # was already set to 'world' because of attribute HelloWorld
}


is this possible?  any tutorials around that deal with such things?



_______________________________________________
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/

Reply via email to