- or download this
$foo{bar}[ blat(\%foo) ] = { a => 'fool' };
- or download this
foo$ bar {} foo%\ blat [] (a => 'fool') {} =;
# or, if you feel better binding things a little closer...
foo$ bar{} (foo%\ blat)[] (a => 'fool'){} =;
- or download this
foo$ x$[] # $foo[$x]
- or download this
foo$ x$[] = # $foo = [$x]
- or download this
# what is:
foo$ x$[] y$[] =;
...
$foo = [$x][$y];
# it can't be the second (since that's a syntax error)