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


 This seems to happen only with the REPL:

> my $*a;
(Any)
> $*a=10;
Dynamic variable $*a not found
in method <anon> at gen/parrot/CORE.setting:12197
in any at gen/parrot/Metamodel.nqp:2691
in any find_method_fallback at gen/parrot/Metamodel.nqp:2679

> my $*a; $*a=10; say $*a;
10
>


Note that the declaration is still there if I do it all on one line; it just
disappears between lines.

Reply via email to