Help for this page

Select Code to Download


  1. or download this
    my @bytes = map { sprintf('%02X', $_) } 0..255;
    
    ...
    foreach my $n (@bytes) {
       print("$i$j$k$l$m$n\n");
    }}}}}}
    
  2. or download this
    use Algorithm::Loops qw( NestedLoops );
    
    ...
          print(join('', @_), "\n");
       }
    );