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.
- Host: GitHub
- URL: https://github.com/mberlanda/perl_alpaca_book
- Owner: mberlanda
- Created: 2017-07-20T10:51:14.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-07T12:30:44.000Z (over 7 years ago)
- Last Synced: 2024-10-19T11:29:24.301Z (8 months ago)
- Language: Perl
- Homepage:
- Size: 459 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)