summaryrefslogtreecommitdiff
path: root/devel/p5-POE-Session-Cascading/pkg-descr
blob: 590565683bcf08c6b9f00a4b835f97a8c348cf9c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
POE::Session::Cascading provides a stack-like session for POE.  Another
way of saying it is that a Cascading session is like a big switch
statement.  In the above example, when state1 is called in session foo,
&state1 gets executed.  When it finishes, state2 gets fired and &state2
gets executed.  If state2 is called in session foo, only state2 will get
executed.

WWW: http://search.cpan.org/search?dist=POE-Session-Cascading

-- Sergey Skvortsov
skv@FreeBSD.org