Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Data::Diver 'DiveVal';
    ...
    
    DiveVal($root, qw/top 1 second key 3 three exists/) = 'no';
    dd($root);
    
  2. or download this
    {
      top => [
    ...
               { second => { key => [0, 1, 2, { three => { exists => "no" 
    +} }] } },
             ],
    }