CINXE.COM
Perl 6 Examples
<!doctype html> <html lang="en"> <head> <title>Perl 6 Examples</title> <meta charset="UTF-8" /> <style> kbd { font-family: "Droid Sans Mono", "Luxi Mono", "Inconsolata", monospace } samp { font-family: "Terminus", "Courier", "Lucida Console", monospace } u { text-decoration: none } .nested { margin-left: 3em; } aside, u { opacity: 0.7 } a[id^="fn-"]:target { background: #ff0 } </style> <link rel="stylesheet" href="//design.perl6.org/perl.css"> <meta name=viewport content="width=device-width, initial-scale=1"> <link rel="icon" href="/favicon.ico" type="image/x-icon" /> <link rel="stylesheet" type="text/css" href="/css/style.css" media="screen" title="default" /> <link rel="stylesheet" type="text/css" href="/css/vim.css" media="screen" title="default" /> </head> <body class="pod"> <div id="___top"></div> <div id="header" class="pretty-box green"> <a href="/" ><img src="/images/camelia-small.png" alt="Camelia" id="logo" > Perl 6 Examples</a > <div class="menu"> <div class="menu-items dark-green"> <a class="menu-item selected darker-green" href="/categories/99-problems.html"> 99 Problems </a> <a class="menu-item selected darker-green" href="/categories/best-of-rosettacode.html"> Rosettacode </a> <a class="menu-item selected darker-green" href="/categories/cookbook.html"> Cookbook </a> <a class="menu-item selected darker-green" href="/categories/euler.html"> Euler </a> <a class="menu-item selected darker-green" href="/categories/games.html"> Games </a> <a class="menu-item selected darker-green" href="/categories/interpreters.html"> Interpreters </a> <a class="menu-item selected darker-green" href="/categories/module-management.html"> Modules </a> <a class="menu-item selected darker-green" href="/categories/other.html"> Other </a> <a class="menu-item selected darker-green" href="/categories/parsers.html"> Grammars </a> <a class="menu-item selected darker-green" href="/categories/perlmonks.html"> Perlmonks </a> <a class="menu-item selected darker-green" href="/categories/rosalind.html"> Rosalind </a> <a class="menu-item selected darker-green" href="/categories/shootout.html"> Shootout </a> <a class="menu-item selected darker-green" href="/categories/tutorial.html"> Tutorial </a> <a class="menu-item selected darker-green" href="/categories/wsg.html"> WSG </a> </div> </div> </div> <div id="content-wrapper"> <div id="content" class="pretty-box yellow"> <h1 class='title'>Perl 6 Examples</h1> <div class="pod-body no-toc"> <img style="float: right; margin: 0 0 1em 1em" src="/images/camelia.png" alt =""/> Welcome to the examples collection of the <a href="http://perl6.org">Perl 6</a> programming language!<hr><h2>Categories</h2> <dl> <dt><a href="/categories/best-of-rosettacode.html">Best of Rosettacode</a></dt> <dd> The best of the rosettacode.org examples </dd> <dt><a href="/categories/99-problems.html">99 Problems</a></dt> <dd> Based on lisp 99 problems </dd> <dt><a href="/categories/cookbook.html">Cookbook</a></dt> <dd> Cookbook examples </dd> <dt><a href="/categories/euler.html">Project Euler</a></dt> <dd> Answers for Project Euler </dd> <dt><a href="/categories/games.html">Games</a></dt> <dd> Games written in Perl 6 </dd> <dt><a href="/categories/interpreters.html">Interpreters</a></dt> <dd> Language or DSL interpreters </dd> <dt><a href="/categories/module-management.html">Module Management</a></dt> <dd> Examples of organising modules </dd> <dt><a href="/categories/parsers.html">Parsers</a></dt> <dd> Example grammars </dd> <dt><a href="/categories/perlmonks.html">Perlmonks</a></dt> <dd> Answers to perlmonks.org questions </dd> <dt><a href="/categories/rosalind.html">Project Rosalind</a></dt> <dd> Bioinformatics-related programming problems </dd> <dt><a href="/categories/shootout.html">Shootout</a></dt> <dd> Implementations for the Computer Language Benchmark Game </dd> <dt><a href="/categories/tutorial.html">Perl6 Tutorial Examples</a></dt> <dd> Initial work in collecting Perl 6 tutorial examples </dd> <dt><a href="/categories/wsg.html">Winter Scripting Games</a></dt> <dd> Answers for the Winter Scripting Games </dd> <dt><a href="/categories/other.html">Other examples</a></dt> <dd> Other examples which aren't yet categorized </dd> </dl><hr><p>The Perl 6 homepage offers <a href="http://perl6.org/documentation/">a comprehensive list of Perl 6 documentation</a>, including tutorials, HowTos and <a href="http://faq.perl6.org/">FAQs (Frequently Asked Questions)</a>.</p> </div> </div> </div> <div id="footer-wrapper"> <div id="footer" class="pretty-box yellow"> <p> Generated on 2021-10-23T14:56:41.101144+02:00 from the sources at <a href="https://github.com/raku/examples">raku/examples on github</a>. This is a work in progress to collect examples of Raku. Contributions welcome! </p> <p> These documents are provided under the terms of the Artistic License 2.0. The Camelia image is copyright 2009 by Larry Wall. </p> </div> <!-- footer --> </div> <!-- footer-wrapper --> </body> </html>