Help for this page
Select Code to Download
Select
or
download this
$pw = join('',@chars[map{rand @chars} (1..17)];
Select
or
download this
$pw = join '', map { $chars[ rand @chars ] } 1..17;