507,463 views
39 votes
39 votes
Name two looping mechanisms used in Perl.

User Quizzie
by
3.0k points

1 Answer

24 votes
24 votes
The loop consists of three important parts: the initialisation, the condition, and the update. In the initialisation step, you set up the variable which you're going to use in the condition.
User Ricky Levi
by
2.9k points