Help for this page
my @arr = map { }, 1 .. $arr_len;
my $arrayref = [ map { }, 1 .. $arr_len ];
my @arr = ( map { }, 1 .. $arr_len );