PLEAC-Haskell


Table of Contents
Foreword
1. Strings (89.5%)
2. Numbers (94.7%)
3. Dates and Times (41.7%)
4. Arrays (95.0%)
5. Hashes (76.5%)
6. Pattern Matching (0.0%)
7. File Access (0.0%)
8. File Contents (0.0%)
9. Directories (0.0%)
10. Subroutines (0.0%)
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 (0.0%)
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 Haskell language.

Many auxiliary functions can be found in appendix (Helpers). You need hugs98 or ghc (tested with 5.002) and the external library: http://www.dcs.gla.ac.uk/~meurig/regexp/ The time section only work with ghc, s/--ghc // if you have ghc. You need to enable multi-parameter class and functionnal depedencies -98 with hugs, and -fglasgow-exts with ghc