Help for this page
DB<1> %list = ( test => [ qw#aa bb# ] ) ... 1 ARRAY(0x86fe158) 0 'aa' 1 'bb'
DB<1> my %list = ( test => [ qw#aa bb# ] )