in reply to How do I compare two strings against two arrays respectively?
my %file; @routers{@ARRAY} = undef; @interfaces{@anotherarray} = undef if (exists $routers{$zero_arg} and not exists $interfaces{$sec_arg)) { #Do stuff }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: Answer: HOw do I compare two strings against to arrays respectively
by runrig (Abbot) on Nov 04, 2000 at 00:44 UTC |