Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: If you believe in Lists in Scalar Context, Clap your Hands

by BrowserUk (Patriarch)
on Oct 23, 2008 at 19:32 UTC ( [id://719135]=note: print w/replies, xml ) Need Help??


in reply to If you believe in Lists in Scalar Context, Clap your Hands

My (latest :) final word on this is:

Describe the difference between the following two lines of Perl:

  • print 'this is a label: ' , @a;
  • print 'this is a label: ' . @a;

Can anyone, hand on heart, say that their first--and in my case, abiding--thoughts don't contain the phrase: array in a scalar context?

If you are aware enough of Perl, to be aware of context, that's what you are going to think. And it doesn't really matter what political, ideological, or technical restraints might prevent you from saying that aloud, or what convoluted alternative description you may construct, that's going to be your first thought.

And if you substitute: ('a','b','c') for @a, then you just switch from 'array' to 'list' in the mental image. It holds. It works. It's simple and intuitive.

And regardless of whether you feel you have been seduced by any technically inaccurate minutiae that might be inherent in the phrase: list in a scalar context, all the alternatives (and actually very few, if any have been offered), suck! Bigtime!


Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://719135]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (5)
As of 2024-04-26 08:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found