[Master Answer Logo]
Question

Can I use more than one my statement in Perl?

Answer

In the following, label is an optional identifier terminated by a colon, and block is a sequence of one of more Perl statements surrounded by braces. All looping constructs except for the C-style for-loop can have a continue block that is executed after each iteration of the loop body, before the loop condition is evaluated again.

— Source: Wikipedia (www.wikipedia.org)