Help for this page
$_="x:= y + z;" ; for (split(/(:=|\+|;)/)) { print "[$_]\n"; }
[x] [:=] ... [+] [ z] [;]