You have to remember - there isn't just one prototypical Perl programmer; there are several.

I personally believe that you're right in your premise but that your claim, namely that "Only one of those [kinds of Per programmers] uses @ARGV and <>," doesn't follow from it. Specifically, it's all a matter of interpretation of the expression "Perl programmer." It's officially ok, per $Larry's words to only use a subset of the language that fits one needs, in accordance with its pragmatic nature: OTOH such a use would rather define a "person who can hack away with Perl occasionally" or an "occasional Perl user" as opposed to a Perl programmer. Granted: the language is so vast one can hardly say to know it all, but I still both claim that there's a whole spectrum with the above incarnations as extremes and that *ARGV & C. are such basic constructs that not knowing about them would heavily tend to make one assigned towards the "occasional Perl user" end of it. It's like the Perl-style for loop: you can get away without knowing it, and only use C-style one. Perhaps it's even more explicit: but is it more readable? Would you consider such a person a Perl programmer?

See, to consider the opposite situation: I am a (mediocre) Perl programmer grown up as a hobbyst. Then they offered me a job, in which I had to work with databases: of course I had to learn some new techniques, specific modules and way of reasoning, but the framework was still that of the language I am familiar with. I wouldn't have been complete enough as a programmer, if I had not an overall knowledge of the language that would allow me to easily learn those other things: notice, "other things," not another language or another subset of the same language altogether.

Be explicit in what you're doing - maintainable code is the best code and you're not always your own maintainer. Pay it forward.

How explicit should I be? Should I want to be all that explicit I wouldn't use a dwimmy language. Should I handle my own mallocs?!? Naaah, that's an old story for me: I respect people who do, but I don't want to bother with those things myself any more.

Oh, and I do write perfectly maintainable code: maintainable by Perl programmers, but not necessarily Perl occasional users, and certainly not requiring them to be Perl gurus either.

Incidentally, the diamond operator is so popular that while it's going away in Perl 6 as a filehandle iterator, in favour of unary =, it's also coming back as the default handle for command line arguments.

--
If you can't understand the incipit, then please check the IPB Campaign.

In reply to Re^2: How 'bout and argv pragma? by blazar
in thread How 'bout an argv pragma? by blazar

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.