On 21 Sep 2002, Smylers wrote:
>
> Does that matter?  This example is fairly contrived, and anybody
> actually concerned about this can always use:
>
>   $num = @massive.length;
>
> So perhaps this isn't a problem.

  $num = +@massive;

would also set $num to the length, not the ref.

~ John Williams

Reply via email to