kumaramo has asked for the wisdom of the Perl Monks concerning the following question:
I want to accept array element in such a way that as soon as will give space next element would be taken. like if we are entering "this is perl", it should stored like:-
$arr[0]= "this" $arr[1]= "is" $arr[2]= "perl"
kindly help me to perform this.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Issue with accepting Array
by ikegami (Patriarch) on Feb 10, 2012 at 06:53 UTC |