September 2017
Beginner
402 pages
9h 52m
English
The developers of Perl 6 traditionally use IRC for communication. You may also join the #perl6 channel to ask questions about the language or execute a piece of Perl 6 online.
To join the channel, follow the instructions listed on the https://perl6.org/community/ page.
If you want to run the code in IRC, refer to the rakudo bot as follows:
<me> rakudo: say "Hello, World!"<+camelia> rakudo-moar cb8fa0: OUTPUT: «Hello, World!»
In the output, you can see that Rakudo is using the MoarVM backend by default. The string that was printed by the program is displayed after the OUTPUT keyword.
Use this feature carefully as the result of your requests will be visible to the whole room and also be logged. The best use case is to show the behavior ...
Read now
Unlock full access