Help for this page

Select Code to Download


  1. or download this
    # (untested)
    use Data::Diver qw[Dive DiveVal];
    ...
         ## do something with $val. say, push it to an array
      }
    );
    
  2. or download this
    ## initialization
    
    ...
         DiveVal( \@multi_dimensional_array, @_ ) = 0;
      }
    );