Peter Makholm <> writes:
> removeps groups <removeps-> writes:
[...]
>> (1) Is Strawberry Perl wrong to run the first snippet, or is Linux
>> Perl wrong to not run it?
>
> Your Strawberry Perl behaves as it ought to with a modern perl. Your
> Linux perl behavies as intended in the previous decade.
This was introduced with perl 5.14.0, released on 2011/05/14. The
corresponding 'changes' documentation paragraph starts with
,----
| Warning: This feature is considered experimental, as the exact
| behaviour may change in a future version of Perl.
`----
http://perldoc.perl.org/perl5140delt...l-Enhancements
Consequently, this would be more correctly described as 'You are using
an experimental feature introduced a litte more than a year
ago. Unless you're prepared to (and capable of) using "roll-your-own"
versions of perl everywhere where you might need to use perl, you
should probably not yet write code depdendent on this at the moment.'