in reply to forcing array to scalar context in string interpolation?

print 0+@array, "\n"; print "@{[scalar @array]}\n";