in reply to Re^2: Perl6 Threads
in thread Perl6 Threads

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...

Replies are listed 'Best First'.
Re^4: Perl6 Threads
by Anonymous Monk on May 05, 2016 at 03:25 UTC
    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.