On Sun Jan 29 02:39:03 2012, pawel.pab...@implix.com wrote:
> Run following P6 listener:
>
> perl6 -e 'my $l = IO::Socket::INET.new( input-line-separator =>
> "\r\n", localport => 8080, :listen); while my $c = $l.accept() { for
> ^10 { $c.get().encode().gist.say; }; $c.close }'
>
> Then call it w
# New Ticket Created by Paweł Pabian
# Please include the string: [perl #109306]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org:443/rt3/Ticket/Display.html?id=109306 >
Run following P6 listener:
perl6 -e 'my $l = IO::Socket::INET.new( input-line-se