Help for this page

Select Code to Download


  1. or download this
    my $rv = system(...);
    if ($rv == -1) {
    ...
    }
    
    print("Child ran successfully\n");