# Named binding... ($who, $why) := (why => $because, who => "me"); # same as: $who := "me"; $why := $because;