I am so very very happy. Thanks for your response.
Tatsuhiko Miyagawa wrote:
At Mon, 06 Jan 2003 00:35:29 -0500, Bret Truchan wrote:The line(s) it's referring to are in Reference.pm: my $self = bless { buffer => '', expecting => undef, thaw => $tt, freeze => $tf, compress => $compression, }, $type;POE::Component::Client::TCP->new ( Alias => "sum_client", RemoteAddress => "localhost", RemotePort => 12345, Filter => POE::Filter::Reference->new, # this is naughty?should be Filter => 'POE::Filter::Reference', HTH
