Help for this page

Select Code to Download


  1. or download this
    use strict;
    use POE;            
    ...
              $kernel->delay( continue => 1 ); #start state continue in 1 
    +seconds    
          }
    }
    
  2. or download this
    use strict;
    use POE;            
    ...
              $kernel->delay( continue => 2 ); #start state continue in 1 
    +seconds    
          }
    }