Hotfi
This commit is contained in:
parent
1447f0fde8
commit
d7059449d9
@ -182,7 +182,7 @@ sub generate {
|
|||||||
my @r_special = ( '!', '@', '(', ')', '#', '$', '%', '^', '&' );
|
my @r_special = ( '!', '@', '(', ')', '#', '$', '%', '^', '&' );
|
||||||
for (1..10) {
|
for (1..10) {
|
||||||
foreach my $special (@r_special) {
|
foreach my $special (@r_special) {
|
||||||
$chars[ rand(@chars) ] = $special ];
|
$chars[ rand(@chars) ] = $special;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user