Help for this page

Select Code to Download


  1. or download this
    my $h = 0x33;
    
    for my $i (0..5) {
    ...
        }
    }
    
  2. or download this
    for $a(0..5){for $b(0..5){printf"#%02x%02x%02x\n",$a*51,$b*51,$_*51for 0..5}}