$t="Das hier ist ein Testtext"; @array=split(/ /,$t); foreach (@array){print "$_\n";}