Help for this page
$aref = [ 'a', 'b' ]; $href = { 'foo' => 123 };
$aref = do { my @a = ('a', 'b'); \@ }; $href = do { my %h = ('foo' => 123); \%h };