mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-01 12:30:48 +02:00
Add example of post-condition for loop.
This commit is contained in:
@@ -102,6 +102,8 @@ for (@elements) {
|
|||||||
print;
|
print;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# the Perlish post-condition way again
|
||||||
|
print for @elements;
|
||||||
|
|
||||||
#### Regular expressions
|
#### Regular expressions
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user