SZ
Size: a a a
SZ
SZ
P
V2
V2
SZ
P
SZ
P
SZ
SZ
V2
AP
$ perl -MJSON::PP=/./ -le 'print encode_json {orig => 1/100000, str => sprintf("%.10f", 1/100000) =~ s/(\.\d+?)0*$/$1/r}'
{"str":"0.00001","orig":1e-05}
$ perl -MJSON::PP=/./ -le 'print encode_json {orig => 1/100000, str => 0+(sprintf("%.10f", 1/100000) =~ s/(\.\d+?)0*$/$1/r)}'
{"str":1e-05,"orig":1e-05}
ОМ
AP
AP
AP
AP
$interfaces->{$pair_port}
, либо $interfaces{$pair_port}
, в зависимости от того, ссылка на хеш или сам хешОМ
VV