Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: fabf9dc41c2ea5ca42b9756870a01db0c157f77f
      
https://github.com/Perl/perl5/commit/fabf9dc41c2ea5ca42b9756870a01db0c157f77f
  Author: Mathias Kende <math...@cpan.org>
  Date:   2023-12-30 (Sat, 30 Dec 2023)

  Changed paths:
    M .mailmap
    M AUTHORS
    M pod/perlre.pod

  Log Message:
  -----------
  Fix a wrong sigil used in a perlre example

In the description of the @^CAPTURE array, an example of demarcated
variable name uses the @ sigil. The $ sigil is probably more correct in
that case and raises less questions when reading this section (although
the @ sigil will give the same result in that case).


Reply via email to