Ok. So my starting data look like this:
1) this is how each array in @AoA is structured
[someword firstvalue secondvalue ...]
[otherword first value secondvalue ...]
[....]
2) @other_array
[someword
otherword
...]
I need to match the words ad align the firstvalue of each array in @AoA to each of the words in @other_array to obtain something like this:
@other_array
[someword firstvalueofthefirstarrayin@AoA firstvalueofthesecondarrayin@AoA ...
otherword firstvalueofthefirstarrayin@AoA firstvalueofthesecondarrayin@AoA ...]
I thought of rendering @other_array an array of arrays, but I thought that a more economic way to do that would be just to add the values to each string.
Thanks immensely for your patience
In reply to Re^4: pattern matching from an array to an array of arrays
by Anonymous Monk
in thread pattern matching from an array to an array of arrays
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |