First, Appologies, my mail server decided to move, so can retrieve
emails at the moment, doign this via the archive.
> 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(...) ?
My mistake, that is what I have, I didnt copy/paste but re-typed the line.
What I notice is (under 0.26 POE) I get a different error,
"Can't coerce array into hash"
The line I am trying to send is quite big, few 100s or chars, but other
lines seem to work perfectly well.
Any more clues as to where I should start looking?
Many thanks
Jonathan