in reply to Re^3: backtick in perl 5.8 cgi under iis 6
in thread backtick in perl 5.8 cgi under iis 6
That's assuming user input is used to build the command string. If the command is hardcoded, or if interpolated data is well validated (matches /^\w+\z/, for example), there's no problem.