Help for this page

Select Code to Download


  1. or download this
      $pw = join('',@chars[map{rand @chars} (1..17)];
  2. or download this
      $pw = join '', map { $chars[ rand @chars ] } 1..17;