Perl6::Cookbook - The Perl Cookbook examples implemented in Perl 6


Perl6-Cookbook documentation Contained in the Perl6-Cookbook distribution.

Index


Code Index:

NAME

Top

Perl6::Cookbook - The Perl Cookbook examples implemented in Perl 6

SYNOPSIS

Top

After installation run the perl6_cookbook script to find out where were the examples installed.

DESCRIPTION

Top

See also Rakudo Feature status: http://www.perlfoundation.org/perl6/index.cgi?rakudo_feature_status

COPYRIGHT

Top

LICENSE

Top

This program is free software; you can redistribute it and/or modify it under the same terms as Perl 5 itself.


Perl6-Cookbook documentation Contained in the Perl6-Cookbook distribution.

package Perl6::Cookbook;

use strict;
use warnings;

use 5.008;

our $VERSION = '0.05';

1;