Hacker News new | past | comments | ask | show | jobs | submit login

The maintainers are conservative about breaking changes. Almost all features are hidden behind “use” statements: for example, “use feature "bitwise"” splits the questionable & operators into & for numbers and &. for bitstrings. But old code will work exactly the same.

There are a few deprecations and things which have been removed from the language…like idioms that relied on interpreter bugs and have been obsolete for 20 years.

But if you run a Perl script without use strict, use warnings, or new command line flags, you’ll get a Perl experience largely unchanged since the turn of the century.

That’s my understanding anyways…




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: