sub register : Global { my ( $self, $c ) = @_; $c->stash->{template} = "register.tmpl"; $c->stash->{text} = "Testtext"; } # register