I've grown accustomed to words that sound or look the same meaning different things depending on context or the language being used (not that I'm this language wizard, it's just a byproduct of the process I went through to stop giggling every time I counted to 6 in German). So, when I'm using almost any other programming language, "declaration" means something along the lines of "bringing into existence". In Perl, I use "declaration" closer to the common English usage, "statement of fact".

Admittedly this is very unscientific - perhaps even dangerously inaccurate in a classroom. Folks around me generally know what I mean, though. I guess in general usage I lean towards pragmatic rather than pedantic :-)


In reply to Re: On Declaration by webfiend
in thread On Declaration by demerphq

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.