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