This will tell you what the system call is returning to your program. If the system call fails, your perl script will keep on going with no errors.
You will have to detect the errors your system call returns and act accordingly.
Hi all,
Thanks for the debugging tips. You are absolutely right, of course - what I've been trying to get is the reason why it's failing. I'm trying it out with virtualsue's suggestions right now... will post the results when it's done.
Thanks