Help for this page
DB<13> @a= ('string') x 5 ... DB<17> print @a == grep { 'string' eq $_ } @a # false DB<18>