Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zag/ru-perl6-book
- Owner: zag
- Created: 2010-05-27T04:07:20.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-07-27T05:51:09.000Z (over 12 years ago)
- Last Synced: 2024-10-11T21:44:13.233Z (about 1 month ago)
- Language: Perl
- Homepage:
- Size: 15.1 MB
- Stars: 16
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.22Project 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.