Just to clarify Jenda's good point, functional programming is a style that avoids state (i.e., variables) and centers around evaluating the value of functions. LISP is a functional language. Procedural programming is written as a list of instructions (segregated into procedures) for the computer to follow, changing state as it goes. C is a an example.
In reply to Re^2: Really Writing Object Oriented Perl
by kyle
in thread Really Writing Object Oriented Perl
by agianni
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |