Multiple choice technology programming languages From below , which are all available as default options in perl -v -w -k -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).