my @mystrings = "string" x 200; print 'size=', scalar @mystrings, "\n"; # size=1