🎴 Flashcard Mode

Simple Perl Quiz

Card1 / 2
Mastered0
Review0
QuestionClick to flip

PERL is

AnswerClick to flip back
A
Both
💡 Explanation:

Perl is a versatile programming language that supports both procedural programming (scripts with subroutines and control flow) and object-oriented programming (creating objects, classes, and using inheritance). While Perl was originally procedural, Perl 5 introduced full OOP support with packages, bless operator, and method invocation. The 'Both' option correctly captures Perl's dual nature.

Change Mode