Help for this page

Select Code to Download


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