Help for this page
if( $condition ) { $kernel->post( $s, event => @args ); return; }
sub EVENT { $kernel->post( shift, event => @_ ) }; #basically ... EVENT $session, "argh" if $condition;