When you want to look at your Raku data structure, you probably want
something nicer than .perl
or .gist
.
I wrote about this in Pretty Printing Perl 6.
Install it with zef, which comes with the latest Rakudo Star:
zef install PrettyDump
You can also checkout the latest sources then install from that directory:
zef install .
Fork the perl6-PrettyDump, edit, commit, and send a pull request!
If it's something non-trivial, you might consider opening an issue first.
brian d foy, based off a the perl-pp module from Jeffrey Goff.
Artistic License 2.0