I have a problem with the backtick not being ran under IIS 5.0 on windows XP. Has anyone encountered this before?
Sample script:
print "Content-type: text/html\015\012\015\012";
print "start";
print `dir `;
print "end"
You get this as a result:
start
end
"Dir" is just an example, it will not run any shell commands.