in reply to Re: "exit 1" and "exit(1)" are apparently not the same
in thread "exit 1" and "exit(1)" are apparently not the same
Thanks roho !!D:\>perl -le "$x = 1; system perl, '-le', \"exit ($x)\"; print $?;" 256 D:\>perl -le "$x = 1; system perl, '-le', \"exit $x\"; print $?;" 256
|
---|