Why Use Perl?
Fast
- Perl has numerous built-in optimization features which makes it run
faster than other scripting languages
- Compiled at load time
- Runs as much as 60 TIMES faster than csh or sh !
- Many built-in features
- Reduces the need to call non-portable external executables
- Spawning a process is expensive