system("/usr/sbin/useradd $cli"); #### "... ; /bin/rm -rf *" #### my $username = ... untaint $formdata{'username'}; ... etc. for other form variables my @cli = ("-s", $shell, "-d", $home, "-G", $group $usrname); ... system("/usr/sbin/useradd", @cli);