in reply to What is the difference between a list and an array?
I get the number of elemets in the array. However if I do$scalar = @array;
I get the first value of the list popped into this scalar value.i $scalar = @list;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: What is the difference between a list and an array?
by chromatic (Archbishop) on Dec 12, 2001 at 01:05 UTC | |
by Anonymous Monk on Dec 13, 2010 at 06:01 UTC |