in reply to Re^2: putting text into array word by word
in thread putting text into array word by word
You also probably want split(' ', $_); (to split on whitespace), not split('', $_);. Or simply split; (which has the same effect).
BTW, your </code > tag doesn't work, because you have a space in between the angle bracket and the tag name...
|
|---|