Help for this page

Select Code to Download


  1. or download this
    # Change this: 
    for($num=0;$num<16777216;$num++)
    ...
    for($i=1;$i<=24;$i++) 
    # Becomes this: 
    for my $i (1 .. 24)