Problem when moving a perl script wrote on unix to windows.
This script is wrote in perl on unix machine.
open(INPUT_LINE,"-|") || exec(chdir);
$current_path = <INPUT_LINE>;
chomp($current_path);
close(INPUT_LINE);
I have a problem with "-|" when moving a perl script wrote on unix machine to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.