I've run into a problem. I have a list of data in memory, and data in an open file that all need to be wrung through the same process. Typically, i would concatenate the two lists like so:
However i've run into a problem. I cannot use a foreach statement for a given problem i am working on - it must be a where statement (reason: i need to be able to get the next value of <$filehandle> from within the loop given certain situations). I tried different variations of the above line, using a where instead, similar to this: