Help for this page

Select Code to Download


  1. or download this
    my @ymap = map { ($_-42+256)%256 } (0..255);
    
  2. or download this
    179:        push @uline, ($bytes[$i]-42+256)%256;
    
  3. or download this
    push @uline, $ymap[$bytes[$i]];