Update: This is wrong. should have looked at what newSVrv did.


That's essentially the same thing tye said above.

Yes. I didn't notice that in a quick pre-post scan.

How come it works as erroneously shown in the documentation?

What do you mean by work? It doesn't return a reference, much less a reference to something blessed, so anything one should be able to do with the returned value will result in some error. (Probably Can't call method "foo" without a package or object reference.)

What happens to all the code that has been written based upon that bad documentation

If what I said in the first paragraph is correct, there is no such (working) code.

now that the IV and RV fields have been combined?

I'm pretty sure the IV and RV fields were at the same offset even before the RV scalar type disappeared.

That means sv_setiv(obj, (IV)soldier); changes the address inside the reference, no matter which version of Perl is used. I would expect Perl to possibly segfault when the reference is destroyed during global destruction since the pointer in the reference doesn't point to a scalar.

Update: Actually, it might make a difference, since sv_setiv changes the flags, IIRC. But what happens to this poor *unused* scalar is really of no import.


In reply to Re^10: odd line in windows by ikegami
in thread odd line in windows by xiaoyafeng

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.