Help for this page
{ print scalar(my @chars=(split('', "I am a string"))) . "\n"; }
print length("I am a string"), "\n";