Noel Burton-Krahn wrote: > This may be a job for strace. That will reveal all the system calls > perl goes through and where it hangs. Try this: > > strace -f perl -e 'print `ls`' > > Shouldn't that be.... strace -f perl -e "print \`ls\`;" I'm not sure but I think you need to text out the backticks. Peter