> Shouldn't that be.... > > strace -f perl -e "print \`ls\`;" > > I'm not sure but I think you need to text out the backticks. That will work too, but you don't have to escape the backticks in a single-quoted string. --Noel