1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-11 01:04:10 +02:00

Merge pull request #1451 from bentglasstube/master

Add example of post-condition for loop.
This commit is contained in:
ven
2015-10-10 21:38:54 +02:00

View File

@@ -102,6 +102,8 @@ for (@elements) {
print;
}
# the Perlish post-condition way again
print for @elements;
#### Regular expressions