in reply to Re^2: Combined lines from a file into one
in thread Combined lines from a file into one

open (ImbRangeHelper, '>', "test.txt") opens a file for writing , did you mean
open (ImbRangeHelper, '<', "test.txt")
poj