PLEAC-Pike


Table of Contents
Foreword
1. Strings (84.2%)
2. Numbers (97.4%)
3. Dates and Times (100.0%)
4. Arrays (100.0%)
5. Hashes (94.1%)
6. Pattern Matching (2.1%)
7. File Access (30.4%)
8. File Contents (4.8%)
9. Directories (84.6%)
10. Subroutines (91.7%)
11. References and Records (0.0%)
12. Packages, Libraries, and Modules (0.0%)
13. Classes, Objects, and Ties (0.0%)
14. Database Access (0.0%)
15. User Interfaces (0.0%)
16. Process Management and Communication (0.0%)
17. Sockets (57.9%)
18. Internet Services (0.0%)
19. CGI Programming (0.0%)
20. Web Automation (0.0%)
A. Helpers

Foreword

Following the Perl Cookbook (by Tom Christiansen and Nathan Torkington, published by O'Reilly) spirit, the PLEAC Project aims to gather fans of programming, in order to implement the solutions in other programming languages.

In this document, you'll find an implementation of the Solutions of the Perl Cookbook in the Pike language.

Most examples will work with pike 7.2 or even older, some may need 7.4 or even 7.6 In pike variables must be declared, but may not be declared twice, I am not yet sure if it is better to declare all variables for each individual example or per section...