Help for this page
Select Code to Download
Select
or
download this
print $count = $_ =~ s/\S+//g;
Select
or
download this
print $count = s/\S+//g;
Select
or
download this
$count = () = s/\S+//g;