Help for this page
Select Code to Download
Select
or
download this
$str = "this is a string"; print scalar split(/\s/,$str);