in reply to Can't coerce UNKNOWN to string in substitution iterator

Can't coerce UNKNOWN to string in substitution iterator
That usually indicates a bug in perl itself: UNKNOWN indicates a freed or corrupted scalar value being accessed. It appears to be fixed in 5.24.0 by my context stack work, specifically commit v5.23.7-111-g1dfbe6b.

Dave.

  • Comment on Re: Can't coerce UNKNOWN to string in substitution iterator