Franck Martin <[EMAIL PROTECTED]> writes:
> open B, "| packdrake -b9s $hdlist 400000";
> foreach (@keys, keys %keys) { print B "$_\n"; }
> close B or die "packdrake failed\n";
>
> I get there a broken pipe. I have done some debugging and I found out that
> it seems a maximum of about 2000 chararcter can be passed through the pipe
> to packdrake without getting a broken pipe.
>
> What is wrong?
Can you check that packdrake is running correctly without piping it first and
with building an archive by a find or similar in a directory ?
>
> Thanks.
Fran�ois.