Perl検定 問題 20

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

my $length = length 'あ';
print $length;

1. 1

2. 2

3. 3

4. 4