$str = "what's up, doc?"; for (split /(\W+)/, $str) { print "<$_>\n"; } __END__ <'> < > <, >