Perl is slower than sed and awk
B
Correct answer
Explanation
For complex text processing tasks, Perl is faster than sed and awk because Perl is optimized and compiled to bytecode before execution. Sed/awk are line-by-line interpreters. The statement 'Perl is slower than sed and awk' is FALSE, so B is correct.