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