parallel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Numbered files created in current working directory?


From: Edward J. Sabol
Subject: Re: Numbered files created in current working directory?
Date: Mon, 10 Nov 2014 20:22:43 -0500

On Mon, Nov 10, 2014, Ole Tange wrote:
> If it only takes a minor patch to make the code run on your 5.8.0 and the
> patch does not break in modern perl versions, I will likely include it.
>
> An educated guess would be changing:
>
>         if(open($fh,">&=",$fdno)) {
>
> to:
>
>         if(open($fh,">&=$fdno")) {

Good guess. I tested that change exactly, and it resolved the issue with
Perl 5.8.0 on my system.

Cheers,
Ed



reply via email to

[Prev in Thread] Current Thread [Next in Thread]