>>>>> "DS" == Dan Sugalski <[EMAIL PROTECTED]> writes:

  DS>    my $foo = 'a';
  DS>    {
  DS>      {
  DS>        %MY[-1]{'$foo'} = 'B';
  DS>        print $foo;
  DS>      }
  DS>     }

explain %MY[-1] please.

my impression is that is illegal/meaningless in perl6. maybe you meant
something with caller and getting the last scope.

uri

-- 
Uri Guttman  ---------  [EMAIL PROTECTED]  ----------  http://www.sysarch.com
SYStems ARCHitecture and Stem Development ------ http://www.stemsystems.com
Search or Offer Perl Jobs  --------------------------  http://jobs.perl.org

Reply via email to