in reply to Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Passing function to a function using \&<function name> method
in thread Passing function to a function using \&<function name> method
I have been debugging the script and found it to come from the following line:'-' is not recognized as an internal or external command, operable pro +gram or batch file.
Is there a way to make this work on Windows, or will this have to be a Unix only facility?defined(my $child_pid=open(CHILD_OUTPUT, "-|")) or die "fork: $!";
|
|---|