Hello all,

Is there a way you read input from a script line by line. I'd rather
parse output line by line than do: @out = `script.sh`; which seems
sloppy. Or is that the best way?

TIA

Reply via email to