Help for this page
print split ',', 'a,b,c';; a b c print split '(,)', 'a,b,c';; a , b , c
print 'abcd' =~ m[(.)+];; d