Help for this page
my $pid = open (NMAKE, '-|', "nmake .... 2>&1"); if (!defined $pid) { ... if ($status) { # ... }