in reply to Re: CGI script creating a user shell environment
in thread CGI script creating a user shell environment

You are right about not using qx in void context.

However the return status of the command you run with qx can be checked by $?>>8. Also qx bypasses the shell if it is given only one word with no special characters.