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)
    
  3. or download this
    ($results > 0)
    
  4. or download this
    use Data::Dumper;
    
    ...
        ];
        print Dumper($rows);
    }
    
  5. or download this
    $VAR1 = [
              {
    ...
                         ]
              }
            ];