in reply to Re: read file into 1 line string
in thread read file into 1 line string

I don't understand one thing: Why do you specify an elsif? Wouldn't a plain elsebe sufficient?


I'm too lazy to be proud of being impatient.

Replies are listed 'Best First'.
Re^3: read file into 1 line string
by tommyxd (Acolyte) on Apr 21, 2012 at 13:11 UTC

    It would be totally sufficient.

    Another thing I don't get is why even check for empty string? How is that relevant?