in reply to Re: $? set to strange values on failure under Win32
in thread $? set to strange values on failure under Win32
Admittedly 1) and 3) are different, but I wouldn't like to have to work out which had succeeded and which had failed based solely upon the ouptut :-)C:\_32\pscrpt>perl try.pl Successful command returning 1 ![Bad file descriptor] ?[256 : 1] E[The specified image file did not c +ontain a r esource section] Nonexistant command, attempted direct but fallback to via cmd 'c:/doesNotExists.exe' is not recognized as an internal or external co +mmand, operable program or batch file. ![No such file or directory] ?[256 : 1] E[There are no more files] Nonexistant via cmd because of the presence of shell chars sending std +err >null ![No such file or directory] ?[256 : 1] E[There are no more files]
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: $? set to strange values on failure under Win32
by BrowserUk (Patriarch) on Jul 07, 2007 at 11:21 UTC | |
by syphilis (Archbishop) on Jul 07, 2007 at 11:56 UTC | |
by pjf (Curate) on Jul 08, 2007 at 00:03 UTC | |
by syphilis (Archbishop) on Jul 08, 2007 at 01:21 UTC | |
by pjf (Curate) on Jul 08, 2007 at 01:34 UTC |