in reply to Re^2: Get element count of CONSTANT list (aref))
in thread [SOLVED] Get element count of CONSTANT list (aref))
Besides, it results in the same type of behaviour:
In list context, yes, but like @{...} you can force it to scalar context: 0+STEPPER_SEQUENCE->@* is 8. And BTW, there is also STEPPER_SEQUENCE->$#* which will returns 7. tybalt89's code forced the scalar context with the dot . operator.
|
|---|