I'd say my question was just arcane not poorly stated.

I was referring to DEFINED as mentioned in some editions of perlfaq4. I spent a lot of time looking. I guess I looked at the wrong version of the docs today. Very frustrating to search with all the false hits on "defined". Blind tries to use it as a magic variable, a la $AUTOLOAD, and as a routine like EXISTS were all fruitless.

Given that I have no idea what it is/does, and mentioned the connection to tie; I couldn't improve my query much. The first three responses in this thread all got the context of my question so I don't think I was that vague.

I could have made it clearer that I was referring to a defined part of Perl but most got that anyway, probably from my contrast to "defined".

From Zaxo's comment I guess it is gone from Perl.

Thanks for the criticism. For me it's a battle between a tendency to run on, and on, and on, you know, a natural tendency toward verbosity and poor, complex sentence structures and being too brief.


In reply to Re: Re: DEFINED? by rir
in thread DEFINED? by rir

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.