# New Ticket Created by  Sam S. 
# Please include the string:  [perl #126595]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=126595 >


This works:

    ➜  my (@a, @b) := <a b c>, <1 2 3>;

This doesn't:

    ➜  my (@a, @b) := [Z] <a 1>, <b 2>, <c 3>;
    Too few positionals passed; expected 2 arguments but got 0
      in block <unit> at -e:1

Reply via email to