# New Ticket Created by  "Carl Mäsak" 
# Please include the string:  [perl #77906]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=77906 >


<oyse> How do you modify a environment variable in Perl6. Tried
%*ENV<TEST> = 'Test', but that does not work
<masak> it should.
<masak> rakudo: %*ENV<TEST> = 'Test'; say %*ENV<TEST>
<p6eval> rakudo 2c8bb8: OUTPUT«Cannot modify readonly value␤  in
'&infix:<=>' [...]
<masak> I think that one's in RT.
<masak> shouldn't be terribly hard to fix.
<oyse> Ok. Thanks.
<masak> we don't seem to have a ticket for %*ENV being readonly.
* masak submits one
<masak> oyse++

Reply via email to