Help for this page
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 }
POE::Session->create( inline_states => { ... POE::Kernel->run(); # exit