in reply to Re: Re: Eval and system()in thread Eval and system()
To check for that you can probably use:
eval { system("false") and die "command 'false' went wrong!"}; print $@, "\n" [download]