Help for this page
sub ReadBytes { local $file = shift; ... read($file, $input, $num); return unpack("C$num", $input); }