Logo

Perl 6 Programming

Small book cover: Perl 6 Programming

Perl 6 Programming

Publisher: Wikibooks

Description:
Perl 6 is the sixth edition of the Perl programming language, representing a major backwards-incompatible rewrite of the language. It's a versatile and powerful multi-paradigm programming language. This book is going to introduce the reader to the Perl 6 language and its many features.

Home page url

Download or read it online for free here:
Read online
(online html)

Similar books

Book cover: Perl 5 InternalsPerl 5 Internals
by - NetThink
A three-hour course which provides a hands-on introduction to how the perl interpreter works internally, how to go about testing and fixing bugs in the interpreter, and what the internals are likely to look like in the future of Perl, Perl 6.
(13333 views)
Book cover: Perl 6 at a GlancePerl 6 at a Glance
by - DeepText
This book covers many basic and in-depth topics of Perl and provides the initial knowledge you need to start working with Perl 6. The book does not require previous experience with Perl, although some general understanding of programming is assumed.
(5292 views)
Book cover: Perl 5 TutorialPerl 5 Tutorial
by
This is a free Perl tutorial that is packed with everything you need to know to get started on Perl programming. Throughout the text there are many examples examples, illustrations and exercises in the form of concept consolidation questions.
(19216 views)
Book cover: Essential PerlEssential Perl
by - Stanford University
An introduction to the main features of the Perl language. It's intended for people who know some programming but need an introduction to Perl. Topics: scalar variables, strings, arrays, hash tables, file input and output, regular expressions, etc.
(6265 views)