in reply to Does Perl have some php equivalents?
As an example there is:
Perl has chosen not to go that way, but to provide a basic core of functions and core-modules extending the basic-functions and a multitude of modules which you can add when necessary. This keeps Perl as a language relatively small and clean, but allows for easy extension if and when necessary.
If you want to start coding in Perl, don't try to code PHP in Perl.
CountZero
A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James
|
|---|