Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use warnings;
    ...
    
    print "RETURN VALUE: $return\n";
    print "CHILD_ERROR_NATIVE: ${^CHILD_ERROR_NATIVE}\n";
    
  2. or download this
    ####OUTPUT######
    #PASSING CASE
    ...
    Build failed
    c:\NOT_BUILD_DIRECTORY>echo %ERRORLEVEL%
    1    <-------------------------