length

lengthは、指定された文字列の長さを返す。

Perlの組み込み関数 length の翻訳 - perldoc.jp

これで、

$ vi length.pl
$ perl length.pl
5
$

"ABCDE"の長さは5。

Sample/perl/length/length/src/length at master · bg1bgst333/Sample · GitHub