hi. I'm trying to run an system command (wget) within a CGI script and get the following error: >Exitfailure 127 How can I get more information out of an ExitFailure x error? Can I use ioeGetErrorString? But this function doesn't work on ExitCode, which system returns. TIA sebastian