1 |
PERL is an interpreter (written by Larry Wall) and is a cross between C, the UNIX shell, sed, and awk. I certainly consider it easier to use than all four of these, since PERL produces clearer code (than especially the UNIX Shell) which is easier to write and debug.
|
2 |
Note C as a compiler will be more efficient than PERL. We use PERL for those tedious high-level things that take a long time to write but don't take much execution time.
|