Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
which doesn't work, can anyone suggest an alternative?? thanksmy @array = split (/\n/, $array);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: splitting on new-line characters
by Abigail-II (Bishop) on Nov 28, 2002 at 11:40 UTC | |
|
Re: splitting on new-line characters
by broquaint (Abbot) on Nov 28, 2002 at 11:43 UTC | |
|
Re: splitting on new-line characters
by UnderMine (Friar) on Nov 28, 2002 at 11:47 UTC | |
|
Re: splitting on new-line characters
by thinker (Parson) on Nov 28, 2002 at 11:42 UTC | |
|
Re: splitting on new-line characters
by Ryszard (Priest) on Nov 28, 2002 at 11:52 UTC | |
by UnderMine (Friar) on Nov 28, 2002 at 12:15 UTC |