Help for this page
$ perl -e 'print scalar(split /,/,"1,2,3,4")' 4 ... 3 $ perl -e 'print scalar(split /,/,"1,2,,")' 2