Multiple choice technology programming languages

File extension for a perl program is

  1. .pl

  2. .per

  3. .perl

  4. .prl

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The standard file extension for Perl programs is .pl. While other extensions exist (.pm for modules, .plx for executables), .pl is the most common and universally recognized extension for Perl script files.