How do I convert a multiline string to array?
my $text= " ads da sda s da d as das d a as dasd ";
Note : I dont want to remove or delete newline ?
As it stands, the question could be worded more clearly.
my @text = split " ", $text;
1.4m articles
1.4m replys
5 comments
57.0k users