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
Comment on
Re^3: Combined lines from a file into one
Select
or
Download
Code
In Section
Seekers of Perl Wisdom