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


> my @a is default(Nil); @a[0] = Nil
Nil
> @a[0]
Nil
> @a.perl.EVAL[0]
(Any)

.perl.EVAL fails to round-trip the Nil element value in the Array.
Nil itself round-trips fine, so the failure here is specific to the Array.

-zefram

Reply via email to