Help for this page

Select Code to Download


  1. or download this
    $start = {
               'lineitem' => {
    ...
                              'market_x_branch' => 1
                            }
    };
    
  2. or download this
    $end = [
              [
    ...
                'insurer'
              ]
            ];
    
  3. or download this
    foreach my $x (keys %$start)
    {
    ...
        push @$end, \@values;
        delete $start->{$_} for @values;
    }
    
  4. or download this
    $start = {
              'lineitem' => {
    ...
            'lineitem',
         ],
    ];