in reply to Need to find a more efficient way to write if/elsif in loop
my @aoh = map { {row => $count, col => $_+2, input_value => $test1[$_]} } 0 .. 4; $googlesheet->batchupdate_cell(@aoh);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Need to find a more efficient way to write if/elsif in loop
by AllPaoTeam (Sexton) on Sep 05, 2014 at 16:19 UTC | |
by toolic (Bishop) on Sep 05, 2014 at 16:51 UTC | |
by AnomalousMonk (Archbishop) on Sep 05, 2014 at 17:36 UTC | |
by AllPaoTeam (Sexton) on Sep 05, 2014 at 16:51 UTC |