VK
Size: a a a
VK
VK
VK
И
VO
SZ
SZ
VO
VO
VO
VK
VO
VO
VK
$ perl -E 'my @nums = (5, 7, 9); say @nums.length'
3
VK
$ perl -MO=Deparse,-p -E 'my @nums = (5, 7, 9); say @nums.length'
use feature 'current_sub', 'bitwise', 'evalbytes', 'fc', 'postderef_qq', 'say', 'state', 'switch', 'unicode_strings', 'unicode_eval';
(my(@nums) = (5, 7, 9));
say((@nums . length($_)));
-e syntax OK
SZ
SZ
SZ
$ perl -le 'push @nums, n..q;s;; print @nums.length'
SZ