Help for this page
unless (grep { $array_ref->[0] eq $_ } keys %token) {
unless (exists $token{$array_ref->[0]}) {