Help for this page
$foo{$a,$b,$c}
$foo{join($;, $a, $b, $c)}
@foo{$a,$b,$c} # a slice--note the @
($foo{$a},$foo{$b},$foo{$c})