Perl検定 問題 19

以下のプログラムを実行すると何が出力されますか?

my $length = length 'abcd';
print $length;

1. 1

2. 2

3. 3

4. 4