Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 040a4d715a0c9152dfb50636cffa301655d6fb01
      
https://github.com/Perl/perl5/commit/040a4d715a0c9152dfb50636cffa301655d6fb01
  Author: Lukas Mai <lukasmai....@gmail.com>
  Date:   2025-09-14 (Sun, 14 Sep 2025)

  Changed paths:
    M pod/perlop.pod

  Log Message:
  -----------
  perlop: properly document s///e modifier

- s///e is not limited to expressions. The replacement part can contain
  any number of statements, like 'do { ... }'.
- s///ee does not treat the RHS as a string. The RHS is parsed as a
  block (like s///e), but then the resulting string is eval()'d.
- You can have more than two e's. Each additional 'e' wraps another
  eval() around the result.



To unsubscribe from these emails, change your notification settings at 
https://github.com/Perl/perl5/settings/notifications

Reply via email to