Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    my @with_char = split (' ',$str,-1);
    pp \@with_char;  # [1, 2, 3, ""]