Help for this page

Select Code to Download


  1. or download this
      DB<38> use v5.10.0;
    
    ...
    
      DB<41>  print "yes" if $var ~~  @a;
    yes
    
  2. or download this
    print "yes" if grep { $var == $_} @a;