* Steve Rippl <[email protected]> [2009-11-08 00:55]: > But if I put use eval{$c->forward...) as Bill suggested then > a detach within that gets me back to where I want to be. > I could probably rework things and remove the detaches I have > in there and just rely on the appropriate forwards, but the > eval{} is a quick solution.
It sounds like maybe you are actually looking for Chained dispatch. If you can illustrate what you are trying to do with some (pseudo-)code, me or someone else could show an equivalent structure using Chained; if it fits the problem you’re trying to solve it’ll likely be cleaner. Regards, -- Aristotle Pagaltzis // <http://plasmasturm.org/> _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
