my @results = map { { input => $_, output => some_func($_) } } @array;