EG:

send:

use JSON;

my $json = JSON->new->ascii; #还有utf8与latin1

my $str = $json->encode($res);

print $socket $str

------------------

接收端直接取