you will see that there are 2 other "if" clauses that follow the test for -1!
Exactly. But in the other cases, the high byte is supposed to contain the exit code of the invoked program, and the low byte the child error. As you can see from my posting, only Cygwin reports a child error, while on the other examples, the child error is 0 too.
I think, the anonymous posting at Re: system and $? gives a clue of what is happening for the ActiveState/Windows case: Contrary to the documentation, the command shell *is* invoked, and it seems that CMD.EXE on Windows 2000 reports a non-existing program just by setting ERRORLEVEL to 1.
As for Solaris, I found that Perl 5.8.8 does it correctly, so returning zero is a bug in 5.8.7.
--
Ronald Fischer <ynnor@mm.st>
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.