in reply to bizzare exit code
perl -le 'print -1 >> 8' 16777215
Which may indicate that the command isn't valid:
perl -le '`foobar`' -1
Or if the command is valid, then perhaps the return value of -1 indicates that your program doesn't have permission or resources to run it.
--
John.
|
|---|