POD - Plain Old Documentation
examples/intro/documentation.p6
#!/usr/bin/env perl6
use v6;
print "Hello";
=begin pod
=head1 Title
text
=end pod
say " World";
See also the Synopsis 26
that describes the Perl 6 pods.
Table of Contents
Comments
In the comments, please wrap your code snippets within <pre> </pre> tags and use spaces for indentation.
comments powered by
Perl 6 Tricks and Treats newsletter
Register to the free newsletter now, and get updates and news.