print STDERR "printit:($user, $newpasswd, $full_name, $email, $usernous)\n"; my $sth = $dbh->prepare("INSERT INTO crmusers (crmuser, passwd, full_name, email, usernous) VALUES (?,?,?,?,?);"); $sth->execute($user, $newpasswd, $full_name, $email, $usernous);