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

https://github.com/mberlanda/perl_alpaca_book

Excercises and Notes from Intermediate Perl by Randal L. Schwartz, brian d foy, and Tom Phoenix. Copyright 2012 Randal L. Schwartz, brian d foy, and Tom Phoenix, 978-1-449-39309-0.
https://github.com/mberlanda/perl_alpaca_book

Last synced: about 2 months ago
JSON representation

Excercises and Notes from Intermediate Perl by Randal L. Schwartz, brian d foy, and Tom Phoenix. Copyright 2012 Randal L. Schwartz, brian d foy, and Tom Phoenix, 978-1-449-39309-0.

Awesome Lists containing this project

README

        

# Intermediate Perl
This repo contains the exercises from the _Alpaca book_:

```
Intermediate Perl by Randal L. Schwartz,
brian d foy, and Tom Phoenix. Copyright 2012 Randal L. Schwartz, brian d foy, and
Tom Phoenix, 978-1-449-39309-0.
```
- [ch01 Introduction](ch01/)
- [ch02 Using Modules](ch02/)
- [ch03 Intermediate Foundations](ch03/)
- [ch04 Introduction to References](ch04/)
- [ch05 References and Scoping](ch05/)
- [ch06 Manipulating Complex Data Structures](ch06/)
- [ch07 Subroutine References](ch07/)
- [ch08 Filehandle References](ch08/)
- [ch09 Regular Expression References](ch09/)
- [ch10 Practical Reference Tricks](ch10/)
- [ch11 Building Larger Programs](ch11/)
- [ch12 Creating Your Own Perl Distribution](ch12/)
- [ch13 Introduction to Objects](ch13/)
- [ch14 Introduction to Testing](ch14/)
- [ch15 Objects with Data](ch15/)
- [ch16 Some Advanced Object Topics](ch16/)
- [ch17 Exporter](ch17/)
- [ch18 Object Destruction](ch18/)
- [ch19 Introduction to Moose](ch19/)
- [ch20 Advanced Testing](ch20/)