Q. Until loop in Perl is ___.
β
Correct Answer: (D)
All of these
Explanation: Until loop in Perl is an entry-controlled loop with acts just opposite to while loop i.e., the code inside the loop will run if the condition inside it is false.