in reply to Re: Array length with range operator
in thread Array length with range operator

Works. But I didn't want to generate a separate list variable @a.

Replies are listed 'Best First'.
Re^3: Array length with range operator
by hdb (Monsignor) on Jun 06, 2013 at 09:19 UTC
    perl -wE "say scalar( () = 'aa' .. 'zz');"