Or avoiding code duplication:
use strict; use warnings; use 5.010; use Algorithm::Loops qw/NestedLoops/; my @letters = ( 0 .. 9, 'a' .. 'z' ); NestedLoops( [ (\@letters) x 8 ], sub { say @_ } );
In reply to Re^2: Simple way to create a rainbow table
by moritz
in thread Simple way to create a rainbow table
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |