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