in reply to System Return Code (was: 256)

You mean...
$result = system("foo")
sets $result to 256? It means "foo" returned 1. Read "man foo" to see what that means - probably something went wrong. Or not. I need more information to be helpful.