in reply to Re: Why doesn't exist work with hash slices?
in thread Why doesn't exist work with hash slices?
0 != grep exists $hash{$_}, @keys # any 0 == grep ! exists $hash{$_}, @keys # all
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Why doesn't exist work with hash slices?
by 1nickt (Canon) on Sep 22, 2025 at 10:50 UTC | |
by choroba (Cardinal) on Sep 22, 2025 at 12:48 UTC | |
by LanX (Saint) on Sep 22, 2025 at 13:57 UTC | |
by 1nickt (Canon) on Sep 22, 2025 at 14:25 UTC |