in reply to Re^3: $? set to strange values on failure under Win32
in thread $? set to strange values on failure under Win32
I tried a couple of different builds of perl-5.8.8 on Vista (being sure to ammend the path to perl appropriately each time) and the output doesn't change.C:\_32\pscrpt>perl try.pl Use of uninitialized value in undef operator at try.pl line 4. Successful command returning 1 ![] ?[256 : 1] E[The specified image file did not contain a resource s +ection] Use of uninitialized value in undef operator at try.pl line 10. Nonexistent 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] Use of uninitialized value in undef operator at try.pl line 16. Nonexistent via cmd because 'shell chars'; sending stderr >null ![] ?[256 : 1] E[There are no more files]
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: $? set to strange values on failure under Win32
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 |