Help for this page
use strict; ... # get a byte of value from 17 my $value = vec($mask,16,8); print "$value\n";
vec($mask,0,8)