Help for this page
my @ymap = map { ($_-42+256)%256 } (0..255);
179: push @uline, ($bytes[$i]-42+256)%256;
push @uline, $ymap[$bytes[$i]];