Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zag/ru-perl6-book

Russian perl6 book
https://github.com/zag/ru-perl6-book

Last synced: 19 days ago
JSON representation

Russian perl6 book

Awesome Lists containing this project

README

        

ru-perl6-book
===================

Book about perl6.

INSTALLATION

To build this book type the following:

gmake

DEPENDENCIES

For book creation it is necessary to have the following software:
* docbook-4.5
* fop-0.95
* Perl6-Pod-0.22

Project site: http://zag.ru/perl6-book/

NOTES FOR AUTHORS

* Use "Perl 6"
* Tables

=for table :caption('Operators')
Name Description
------|----------
test My test
qwe qw4 qwe

* For code examples use indent:
use v6;
say "1";

or =code:

=code
use v6;
say "1";

or

=for code :lang('perl')
use v6;
say "1";

or

=begin code
use v6;
say "1";

=end code

* Index entry

X<|for> - without indexed text

or

An X is an ordered list of scalars
indexed by number, starting with 0. A X
is an unordered collection of scalar values indexed by their
associated string key.

All material in this repository is licensed under a CC-by-nc-sa license:
(attribution,
noncommercial, share-alike), unless explicitly stated otherwise.