That's a fun one - it seems that Seekers of Perl Wisdom gets cut off by the "Read more..." thing that cuts nodes that are too long. At least if you have that setting switched on.
But I don't see any recent changes on the surface, so this has likely to be a somewhat deeper change.
Update: No - it was a <readmore/> tag in the last post that got SoPW cut off. This is likely a bug somewhere that cuts off the outer node when an inner node is rendered. See parseLinksInContent if you have access to it for further discussion.
| [reply] [d/l] |
That's a fun one -
Yes - I was tempted to conclude that it must have been an insidious DOS attack launched by the sadistically evil and ever resourceful Anonymous Monk ;-)
I eventually found the answer to the question I was going to ask, with the aid of the perlapi documentation (last resort).
A pretty dumb question, anyway: "When is the condition (SvTYPE(sv) == SVt_IV && !SvIOK(sv)) ever true ?"
Naively, I was thinking that if the SV is of type SVt_IV, then its IOK flag will inevitably be set.
(Not so, of course.)
Cheers, Rob
| [reply] [d/l] |