Help for this page
Select Code to Download
Select
or
download this
$count = split ' ', $string
Select
or
download this
@_ = split ' ', $string; $count = @_;
Select
or
download this
$count = @tmp = split ' ', $string
Select
or
download this
$ref = [ split ' ', $string ]