princepawn, read the responses to your post and they'll answer your question. You can do the same thing with a hash and data dumper will return {}, which really explains what you generally need to know for that hash.

Second, I am really struggling to figure out what is going on here. This is at least the fourth post where you have basically said "Perl or some module doesn't do what it's supposed to do." In all of these cases, you were wrong. Rather than accusing Perl (or modules) of not performing to spec, you should ask why things are not performing the way you expect them to perform. Here are some examples where you made a claim that was wrong:

You've been bitten so many times by this, I have to wonder why you keep coming back for more. I'm sure you have more than these examples because I just grabbed a few of your more recent posts without bothering to search through all of your nodes.

Now to be fair, I have enjoyed some of your posts and I credit you with sparking my interest in Quantum::Superpositions. It's a fascinating module and I'm glad you raised my general awareness of it. But please, don't jump the gun and start saying "things don't work." Ask questions first! (I'll also give you credit for the bug in the Quantum::Superpositions documentation, but it's still nice to ask than accuse).

I can't tell you how many times I simply assumed that Perl was doing something wrong, and in all of my time programming in it, I have only found one legitimate bug. However, you'll note that I didn't just come out of my corner swinging, I asked what was going on.

Cheers,
Ovid

Join the Perlmonks Setiathome Group or just go the the link and check out our stats.


In reply to (Ovid - question your posting strategy) by Ovid
in thread What Data::Dumper dumps is not necessarily what is there by princepawn

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.