Multiple choice technology programming languages

From below , which are all available as default options in perl

  1. -v

  2. -w

  3. -k

  4. -d

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

Perl's standard command-line switches include -v (version), -w (warnings), and -d (debugger). Option -k is not a standard Perl switch. Other common options include -c (syntax check), -e (execute), and -I (include path).