use index() to get cellIndex and rowIndex
[MojoFacets.git] / public / code / alpha.on_id.pl
1 lookup($row->{alpha}, 'test2.js', => 'alpha2', sub {
2  map {
3   push @{$update->{on_id}} => $_;
4  } @{$on->{id2}} 
5 });
6