Let us see in this article how to split a string 'welcome' into separate characters. 1. Using the split function: my $x='welcome'; my @arr=split ...
確定! 回上一頁