if(!Win32::Lanman::NetUserAdd("\\\\doomsday", {'name' => \$name, 'password' => \$pass, 'comment' => 'perl test addition'})) { print "Sorry, account could not be created..."; print Win32::Lanman::GetLastError(); exit 1; }
if(!Win32::Lanman::NetUserAdd("\\\\doomsday", {'name' => $name, 'password' => $pass, 'comment' => 'perl test addition'})) { print "Sorry, account could not be created..."; print Win32::Lanman::GetLastError(); exit 1; }