- or download this
if(exists {Keys of %line contains any values of $new{a} }) #need this
+condition
- or download this
if (grep { exists $line{$_} } @{$new{a}}) {
- or download this
#!/usr/bin/env perl -l
...
}
}
}
- or download this
Key: a
TRUE
...
FALSE
Key: c
FALSE