in reply to How to 'pull in' input
I think we need more information about where your info comes from, and what you're trying to do with it. I'm unclear about how your connection is made and to what.
Does
improve matters? Though if that works, @array = <>; should.while (<>) { chomp; push @array, $_; }
After Compline,
Zaxo
|
|---|