Re: passing parameters between states in POE::Component::client::ping

2004-06-02 Thread Leigh Sharpe
On second thoughts, ignore this bit: > Can I respectfully disagree here? I'm doing it. > Taking the "pinging multiple hosts" example from the cookbook and inserting > the same address 5 times into @addresses gives me 5 responses, with enough > difference between them to indicate that they are al

Re: passing parameters between states in POE::Component::client::ping

2004-05-31 Thread Leigh Sharpe
Did I mention this is all under Win32? Using Perl 5.6? "Rocco Caputo" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Mon, May 31, 2004 at 02:01:38PM +1000, Leigh Sharpe wrote: > > Hi all, > > Is it possible to pass information between states using > > POE::Component::Clinet::Pin

Re: passing parameters between states in POE::Component::client::ping

2004-05-31 Thread Leigh Sharpe
"Rocco Caputo" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Mon, May 31, 2004 at 02:01:38PM +1000, Leigh Sharpe wrote: > > Hi all, > > Is it possible to pass information between states using > > POE::Component::Clinet::Ping? > > What I'm trying to do is ping the same target 5

Re: passing parameters between states in POE::Component::client::ping

2004-05-31 Thread Rocco Caputo
On Mon, May 31, 2004 at 02:01:38PM +1000, Leigh Sharpe wrote: > Hi all, > Is it possible to pass information between states using > POE::Component::Clinet::Ping? > What I'm trying to do is ping the same target 5 times in succession, and > then see if all pings come back in the same order as they

Re: passing parameters between states in POE::Component::client::ping

2004-05-31 Thread Rocco Caputo
On Mon, May 31, 2004 at 02:01:38PM +1000, Leigh Sharpe wrote: > Hi all, > Is it possible to pass information between states using > POE::Component::Clinet::Ping? > What I'm trying to do is ping the same target 5 times in succession, and > then see if all pings come back in the same order as they

passing parameters between states in POE::Component::client::ping

2004-05-30 Thread Leigh Sharpe
Hi all, Is it possible to pass information between states using POE::Component::Clinet::Ping? What I'm trying to do is ping the same target 5 times in succession, and then see if all pings come back in the same order as they left. I need to be able to tell, in the got_pong state, which packet has