in reply to
Re: array newbie...(sigh)
in thread
array newbie...(sigh)
as from those system calls will have extra \n on the end. That is if your wanting your output to be something like 0 0 0 0 If your wanting your output to be 0 0 0 0 then you might also try applying a substitute to the array
s/\s+/ /g for @h;
[download]
how do i implement the above code - will i have to use an if statement or?? let me know if you need anymore help
Comment on
Re: Re: array newbie...(sigh)
Download
Code
In Section
Seekers of Perl Wisdom