Help for this page
od -x x.data 0000000 8181 8282 8383 000a
use strict; use warnings; ... open ($fh, "<:utf8", "x.data"); my $img = ''; while (<$fh>) {$img .= $_;}