Hi All,
Is there a reverse of .lines? Original code: @SystemCtl = qx ( systemctl -la ).lines; I presume this is the same as the original code: @Lines = $StringFullOfLineFeeds.lines; Would the reverse be sometime like this? $StringFullOfLineFeeds = @Lines.reverselines; Many thanks, -T -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Computers are like air conditioners. They malfunction when you open windows ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~