Help for this page
$ perl -E ' my @many_strings = ("abc", "cd", "e", "fg", "hi", "hello world"); ... say length "@many_strings"; ' 21
$ perl -E ' my @many_strings = ("abc", "cd", "e", "fg", "hi", "hello world"); ... } ' 21