in reply to
splitting the scalar variables in an array
I would move the split and print out of the loop.
Update:
wasn't yet awake...
push @TotalHosts, split ...
IN the loop, and print, of course, after the loop.
Comment on
Re: splitting the scalar variables in an array
Download
Code
In Section
Seekers of Perl Wisdom