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


in reply to Perl6, modifying @*INC

That (the indirect object syntax, not the missing space) looks like a parsing bug. I managed to get things to work with:

BEGIN { @*INC.push( 'C:\Rakudo\lib' ) };

You might want to ask on #perl6 if this is a known bug.

Update: parenthetical note added.

Replies are listed 'Best First'.
Re^2: Perl6, modifying @*INC
by molecules (Monk) on Aug 05, 2010 at 16:09 UTC
    Thanks!

    UPDATE: Also, thanks for all of your work on Perl6.