in reply to Re: access to ERRORLEVEL on Win32in thread access to ERRORLEVEL on Win32
c:> perl -e "exit 5" c:> echo %ERRORLEVEL% 5 c:>perl -e "print system('echo %ERRORLEVEL%');" 0 0 c:> [download]