On Fri, Apr 29, 2005 at 01:49:59AM +0800, Jonathan Gill wrote:
> Im trying to use a POE::Component::TCP::Client to send a single line to
> a server (on a remote machine)
> 
> I send the message with a 
> $heap{server}->put($mymessage);

Shouldn't that be $heap->{server}->put(...) ?

-- 
Rocco Caputo - http://poe.perl.org/

Reply via email to