- or download this
my %keys = (A => "b");
- ---
1 2 List has two items
- or download this
my %keys = A => "b";
------------ ---
1 2 List still there without parens
- or download this
foreach ($x) { } @a = @b; f $x;
^^ ^^ ^^ ^^
...
^^^^^^ ^^ ^^^^^^^^
list list list value
literal value (from list literal)