$password .= @{$classes[$i]}[rand @{$classes[$i]}];
That should really be:
$password .= $classes[$i][rand @{$classes[$i]}];
You don't really want a list on the right hand side of the assignment.
In reply to Re: Password Generation and Module Multiplication
by jwkrahn
in thread Password Generation and Module Multiplication
by Orsmo
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |