Franck Martin <[EMAIL PROTECTED]> writes:
> I modified the script by creating a file and then using it with packdrake
> and everything went ok... So the problem is really with the pipe or the open
> command with pipe inside perl. I tried to look in perl how to specify the
> size of the pipe but cannot find anything useful....
>
> Here is my modified code....
>
> #open B, "| packdrake -b9s $hdlist 400000";
>
> open B, ">$work_dir/pklist";
What do you get if you add this line after that and you keep the old code
without creating a tempory file ?
select((select(B), $| = 1)[0]);
Is it better ?
Fran�ois.