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