Help for this page

Select Code to Download


  1. or download this
    push @data, $response unless grep { $_ eq $response } @data;
    
  2. or download this
    grep { $_ eq $response } @data