in reply to forcing array to scalar context in string interpolation?
my @array = qw/zero one two three/; print $#array; [download]