Help for this page

Select Code to Download


  1. or download this
    open (USERS, ">", $users) or die "Cannot open $users: $!";
            foreach (@nup){
    ...
            $a = shift(@genpass);
    }
    
  2. or download this
    open (USERS, ">", $users) or die "Cannot open $users: $!";
    foreach (@nup){
    ...
        #print USERS;
        $a = shift(@genpass);
    }