Multiple choice technology programming languages

Perl is Written to be Practical. It means it is..?

  1. Complete

  2. Easy to use

  3. Efficient

  4. Not agreed with above three

Reveal answer Fill a bubble to check yourself
A,B,C Correct answer
Explanation

Perl's practical design philosophy emphasizes being complete (full-featured), easy to use (familiar syntax for C/sed/awk users), and efficient (fast execution). The combination makes it practical for real-world tasks.