Help for this page

Select Code to Download


  1. or download this
    package MyPackage;
    
    ...
       send_to_poe();    <<< this how & where I want to send to POE. so th
    +at while loop can process it should not wait for reply as it don't ne
    +ed reply so can say an async call
    }
    
  2. or download this
     POE::Session->create(
       inline_states => {
    ...
     
     POE::Kernel->run();
    # exit