|
|
|
|
|
by chombier
2745 days ago
|
|
One can write pretty much the same code in python/c++11/whatnot and it also feels quite natural to read: for number in numbers:
if number <= 10: continue
work(number)
Do you have a better example where the Perl syntax would shine? |
|
> Do you have a better example where the Perl syntax would shine?
Unless you have "a ton of knowledge about Perl" your reply shows that it was a perfect example in response to the GGP.