in reply to Re: Perl6 Threads
in thread Perl6 Threads

Then the message is "Could not find Thread in any ... (directories)"

Replies are listed 'Best First'.
Re^3: Perl6 Threads
by morgon (Priest) on May 04, 2016 at 17:37 UTC
    Your initial code works as is.

    I've just tried it with the rakudo from Debian testing (2016.04).

    So I assume there is something wrong with your installation.

    I'd do a clean install of the latest rakudo, otherwise you just end up chasing non-issues due to a broken install...

      Uninstalled the previous version and installed the most recent package (rakudo-star-2016.04) and all the tests were passed. But OS doesn't recognize perl6. It says: The program 'perl6' is currently not installed. You can install it by typing: sudo apt-get install rakudo
        Don't worry about it. I gave my IDE the full path to the interpretor and now everything's OK. Thank you much.