Why does this line of Perl break?
system("paste <\( cut -f2 $file \) $file2 > $fileout");
What's the correct way to do it?
Why does this line of Perl break?
system("paste <\( cut -f2 $file \) $file2 > $fileout");
What's the correct way to do it?