25

Why Use Perl?
Easy to use

  • Perl is easy to use because there is less "bookkeeping", and less code to "clutter" an application

    • Basic syntax is C-like

    • Type-"friendly" (no need for explicit casting)

    • Lazy memory management

    • A small amount of code goes a long way