On Mon, Nov 10, 2014 at 5:14 AM, Edward J. Sabol
wrote:
> On Mon, Nov 10, 2014, Ole Tange wrote:
:
>> So now we need to figure out why it happens on your system but not mine.
>> We are running the same perl code, so that is not it. It is instead due
>> to something in your environment.
>
> It appe
Hi,
I've been trying to discuss this idea here as you suggested on
stackoverflow but never had any respone in more than 10 days...
I guess you must be busy with other things at the moment. So I went along
and forked the source code to make the necessary changes and make my
solution work.
I pushed
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($
First of all thanks for putting effort into the idea.
On Mon, Nov 10, 2014 at 8:54 PM, Michel Courtine wrote:
> I guess you must be busy with other things at the moment. So I went along
> and forked the source code to make the necessary changes and make my
> solution work.
So I did some rudimen