$string="the quick brown fox"; @temp=split //, $string; $string_length=$#temp; $string_length++; undef @temp;