Sebastian Riedel wrote: > What about: > > $c->action('/foo/bar')->forward; > $c->action('/foo/bar')->detach; I like that one. All in all it's just a matter of taste. Personally, I think I'd name it $c->reenter_at( '/sna/fu' ); or something like that, because I often try to use APIs that have differences I can memorize ;) p