📘 How to debug Perl 6 programs

For quick tests, use the compiler in the mode of the REPL (read—eval—print loop) shell. Just run the perl6 command: $ perl6To exit type ‘exit’ or ‘^D’>  With bigger programs, one of the following techniques helps to visualise data: 1. The say routine is used as a stand-alone function or as an object method. It works well … Continue reading “📘 How to debug Perl 6 programs”