ãããªãã§ããããªãããã®2ã forkããã¢ã¬ãªãã§ãAnyEventã§æ¸ãã¦ã¿ã(https://gist.github.com/1000223)ã 追è¨: 以ä¸ãto_stringã§ãããProtocol-WebSocket-0.00906 ã§ã¯ãProtocol::WebSocket::Handshake 㯠to_bytes ã«å¤ãã£ã¦ããããã§ãã #!/usr/bin/perl use utf8; use strict; use warnings; use AnyEvent; use Protocol::WebSocket::Frame; use Protocol::WebSocket::Handshake::Client; use IO::Socket; use constant {READ => 0, WRITE => 1}; $| = 1; run(); sub run
{{#tags}}- {{label}}
{{/tags}}