in reply to Re^5: showPerlDirConfig
in thread showPerlDirConfig
Aristotle wrote:
No. my ($binary) is list context.
++ for being more idiomatic than I. Good follow-up. I must cantankerously contend that since I don't believe perl should parse this way, though, I will still refuse to code with that usage.
You see, it's too obscure, IMHO. In some contexts, people have thought that merely having parenthesis made a list context, when in fact it is comma operators that are doing so (as per a famous rant by mjd that I have no reference to at this moment); so in my book this idiom is truly obfuscated. Yes, it is handy to have a way to say my ($scalar)= to force a list context, but as syntactic sugar it tastes remarkably sour to my buds. It's a dank dark corner of perl that I want to stay away from.
Still, very ++ for explaining to me. At least I may remember what I am looking at next time I see it, even if I choose not to use it.
-- use PerlMonk::Tye qw(:wisely);
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^7: showPerlDirConfig
by Aristotle (Chancellor) on Aug 07, 2003 at 17:45 UTC |