The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.102 - 2017-12-19

  • Fix for() list and my():
  • The iterator variable (if any) for a for() or foreach() is not in-scope as seen from the list. This is an issue for code like for my $x ( @{ $x } ) {...}
  • The variable specified by my() is not in-scope as seen from the right-hand side of an assignment (if any). This is an issue for my $x = $x
  • Thanks to Heinz Knutzen for finding these.

Modules

Don't ask for storage you don't need.