Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^2: Get the length of a list.

by choroba (Cardinal)
on Jul 28, 2013 at 10:29 UTC ( [id://1046729]=note: print w/replies, xml ) Need Help??


in reply to Re: Get the length of a list.
in thread Get the length of a list.

Nope, evaluating a list in scalar context returns the length of the list.

You seem to confuse lists and arrays.

لսႽ† ᥲᥒ⚪⟊Ⴙᘓᖇ Ꮅᘓᖇ⎱ Ⴙᥲ𝇋ƙᘓᖇ

Replies are listed 'Best First'.
Re^3: Get the length of a list.
by zork42 (Monk) on Jul 29, 2013 at 04:11 UTC
    You are correct choroba.
    Thanks for pointing out my error :)


    perldata - Context highlights the difference between scalar(array) and scalar(list):
    If you evaluate an array in scalar context, it returns the length of the array.
    (Note that this is not true of lists, which return the last value, like the C comma operator,
    nor of built-in functions, which return whatever they feel like returning.)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (2)
As of 2024-04-26 07:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found