Help for this page

Select Code to Download


  1. or download this
    $ perl -e 'print scalar(split /,/,"1,2,3,4")'
    4
    ...
    3
    $ perl -e 'print scalar(split /,/,"1,2,,")'
    2