On Wed, Feb 11, 2004 at 09:49:13PM -0600, Jay Strauss wrote:
> 
> Ah ha,
> 
> A documentation bug,  In perldoc POE::Component::Client::TCP
> 
>        Filter
>        ....
>        For example, this changes the line separator to a vertical pipe:
> 
>            Filter => [ "POE::Filter::Line", InputLiteral => "|" ],
> 
> Should be:
> 
>            Filter => [ "POE::Filter::Line", Literal => "|" ],

That explains why I didn't see anything wrong in your code.
InputLiteral is legal, and I thought you meant that.

I've patched the docs to use Literal in Client::TCP and Server::TCP.
Thanks for following up on it.

-- 
Rocco Caputo - [EMAIL PROTECTED] - http://poe.perl.org/

Reply via email to