24

Why Use Perl?
Efficient

  • For programs that perform the same task (one written in C and one in Perl), even a skilled C programmer would have to work harder to write code that:

    • runs as fast as Perl code

    • is represented by fewer lines of code

    • takes better advantage of the underlying OS