http://www.perlmonks.org?node_id=853172


in reply to Re: Perl6, modifying @*INC
in thread Perl6, modifying @*INC

Thanks!

I also noticed that the indirect method syntax for push doesn't work inside the BEGIN block. I wasn't sure if that was a feature or something still to be done.

Replies are listed 'Best First'.
Re^3: Perl6, modifying @*INC
by moritz (Cardinal) on Aug 05, 2010 at 16:23 UTC
    It's a well-known bug. Unfortunately we have some roadmap items to complete before we can fix that - we need to have static lexical pads at compile time to make built-in functions available in BEGIN blocks.
    Perl 6 - links to (nearly) everything that is Perl 6.
      Thanks.

      I was just curious. I can't complain because I haven't helped develop Rakudo. :)

      Thanks for all of your work on Rakudo.