Help for this page

Select Code to Download


  1. or download this
    my $rows = [
       map {
    ...
             : { EVEN => [ map { {VALUE => $_} } @{$row} ] }
       } @{$data}
    ];
    
  2. or download this
    (++$i % 2)