30

Why NOT Use Perl?
Why not use C instead?

  • There are reasons why you would not want to use Perl over a compiled language (like C);

    • Don't want users to see "source"

    • Distributing to sites that don't have Perl installed

    • Need full optimizable system performance

    • You just don't like Perl :^(