Help for this page

Select Code to Download


  1. or download this
    unless (grep { $array_ref->[0] eq $_ } keys %token) {
    
  2. or download this
    unless (exists $token{$array_ref->[0]}) {