26

Why Use Perl?
Secure

  • The perl package contains an alternate interpreter called taintperl

    • Provides a data flow tracing mechanism

    • Determines which data is derived from insecure sources

    • Prevents "dangerous" operations when using "tainted" data

    • Can write safe "setuid" perl scripts