$string = 'One Two Three';my @array3 = split(" ",$string);$string = join("\n", @array3); print $string;
Standard input is empty
One Two Three
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!