Help for this page

Select Code to Download


  1. or download this
    push @{$outp}, sprintf '"%s"=>"%s"', @$_ foreach
          @{&{ sub ($) { my $_=["",[]];
            push @{$_->[1]},\@{$_->[0]} while @{$_->[0]=[each $_[0]]}; 
            $_->[1] } } (\%ahash)}, @{$v};
    
  2. or download this
    push @{$outp},
         sprintf '"%s"=>"%s"', @$_
    ...
                 }
             } (\%ahash)},
         @{$v};
    
  3. or download this
    push @{$outp},
        (
    ...
            } keys $ahash,
        ),
        @{$v};