Help for this page
my %list = ( 'test' => [ 'aa', 'bb' ]) );
my %list = ( 'test' => q([ aa bb ]) ); my %list = ( 'test' => q[ aa bb ] );