[EMAIL PROTECTED] wrote:
> + -> {:$name, :$addr, *%guest_data}, $room_num { # WRONG
> +
> +However, as described in the next section, you can always use a
> +sub-signature instead:
> +
> + -> (:$name, :$addr, *%guest_data), $room_num { # WRONG
> +
> +In fact, the [...] and {...} forms are really just extra documentation
> +about what you expect.I guess it's not intentional to use the same example twice? Moritz -- Moritz Lenz http://perlgeek.de/ | http://perl-6.de/ | http://sudokugarden.de/
