What is the Perl equivalent of strlen()?
strlen()
The length() function:
length()
$string ='String Name'; $size=length($string);