Help for this page

Select Code to Download


  1. or download this
            # This next line also does an implicit fork.
            my $pid = open(my $pipe, '-|');  ## no critic
    ...
                    croak sprintf(FAIL_START, $command, $!);
            } elsif (not $pid) {
                    # Child process, execs command.