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...
Next | ||
Strings |