The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:Deep-Hash-Exists simul"

Deep::Hash::Exists - Verify existence of keys hash. River stage zero No dependents

Exists hash: my $hash_ref = { A => 'one', B => [ 'one', 'two' ], C => { 'one' => 1, 'two' => 2, }, }; If verify existence of keys standard way, will be created non existent keys: exists $hash_ref->{C}{three}{PI}{0}; print Dumper $hash_ref; Output: # ...

SIMUL/Deep-Hash-Exists-0.22 - 13 Sep 2015 15:27:00 UTC
1 result (0.029 seconds)