in reply to •Re: Re: Removing blank lines from array
in thread Removing blank lines from array
so that @info is accessible later?my @info; chomp(@info = grep /\S/, <READ>);
/prakash
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
•Re: Re: •Re: Re: Removing blank lines from array
by merlyn (Sage) on Feb 28, 2002 at 17:32 UTC | |
|
Re: Re: •Re: Re: Removing blank lines from array
by rjray (Chaplain) on Feb 28, 2002 at 23:56 UTC |