Help for this page

Select Code to Download


  1. or download this
    return EVENT $session, "argh" if $condition;
    
  2. or download this
    sub EVENT { $kernel->post( shift, event => @_ ); 0; }; # whatever valu
    +e is appropriate