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