Help for this page

Select Code to Download


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