Help for this page

Select Code to Download


  1. or download this
    sub generate_id {
      do { $accountID = join '', map { $chars[ rand @chars ] } 1..17; } 
      while grep {$_ eq $ID} my @used;
      print $ID;
    
  2. or download this
     
    $dbm1{$form{'usermail'}} = "$ID";