Help for this page

Select Code to Download


  1. or download this
    for (keys  %$start) {
      my @all = ($_, keys %{$start->{$_}});
    ...
      push @$end, [ @all ]
        unless $processed;
    }
    
  2. or download this
    my $start =
      {
    ...
       c => {d => 2},
       d => {a => 1}
      };