Hi Glenn, hi Gisle, Glenn Linderman schrieb: [...]
open ( $fh, "<", \$data ) or die "can't open string fh: $!";
[...]
That's the culprit!I explained this in detail in https://rt.cpan.org/Public/Bug/Display.html?id=11108
The solution (-M PerlIO -M PerlIO::scalar) was suggested by Nicholas Clark already. Nicholas and Rafael were the ones who helped me track this down yesterday in the first place. (Thanks!)
All the best, Steffen