Logo

Think Perl 6: How to Think Like a Computer Scientist

Large book cover: Think Perl 6: How to Think Like a Computer Scientist

Think Perl 6: How to Think Like a Computer Scientist
by

Publisher: Green Tea Press
Number of pages: 431

Description:
Think Perl 6 is an introduction to computer science and programming intended for people with little or no experience. After having completed this book, you should hopefully be able to write programs to solve relatively difficult problems in Perl 6, but my main aim is to teach computer science, software programming, and problem solving rather than solely to teach the Perl 6 language itself.

Home page url

Download or read it online for free here:
Download link
(1.3MB, PDF)

Similar books

Book cover: Perl 6 ProgrammingPerl 6 Programming
- Wikibooks
Perl 6 is the sixth edition of the Perl programming language, representing a major backwards-incompatible rewrite of the language. This online book is going to introduce the reader to the Perl 6 language and its many features.
(14430 views)
Book cover: Practical mod_perlPractical mod_perl
by - O'Reilly
mod_perl is an Apache module that builds the Perl directly into the Apache web server. With mod_perl CGI scripts run 50 times faster, you can integrate databases with the server. The book is about building, using, programming, and optimizing mod_perl.
(15323 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.
(5075 views)
Book cover: Using Perl 6Using Perl 6
by
This book is primarily for people who want to learn Perl 6. It teaches the basics from a Perl 6 perspective, touching on variable interpolation, datastructure use, object construction, threads, closures, symbol tables, and other core features.
(15264 views)