[perl #60734] [TODO] $^foo variable should also declare corresponding $foo variable

2009-01-11 Thread Patrick R. Michaud via RT
On Fri Nov 21 14:54:47 2008, masak wrote: This should output dito twice: $ ./perl6 -e '{ say $^same; say $same }.(dito)' Scope not found for PAST::Var '$same' ...but it doesn't in Rakudo r32290. but it does in r35397: $ ./parrot perl6.pbc { say $^same; say $same }.('rakudo');

[perl #60734] [TODO] $^foo variable should also declare corresponding $foo variable

2008-11-21 Thread Carl Mäsak
# New Ticket Created by Carl Mäsak # Please include the string: [perl #60734] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=60734 This should output dito twice: $ ./perl6 -e '{ say $^same; say $same }.(dito)' Scope