Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^2: (RFC) Arrays: A Tutorial/Reference

by jdporter (Paladin)
on Jan 13, 2007 at 16:52 UTC ( [id://594554]=note: print w/replies, xml ) Need Help??


in reply to Re: (RFC) Arrays: A Tutorial/Reference
in thread (RFC) Arrays: A Tutorial/Reference

Someone who needs this tutorial may also need help with concepts like scalar context and when it's implied.

Indeed. My intention was (and is) to link to a tutorial on context, at such time as one is available.

It's clear what's meant if the scalar context is made explicit like so:

$stuff = scalar @things;

Perhaps you missed where I wrote:

You can always force scalar context on an array by using the function named scalar:
print "# Elements: ", scalar(@array), "\n";

I should mention that the lack of comprehensive examples was intentional, and is why I included "Reference" in the title of the tutorial.

A word spoken in Mind will reach its own level, in the objective world, by its own weight

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (8)
As of 2024-04-19 09:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found