Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 430d3646c598b6c3cfdf523cdccace5c8ec82c37
      
https://github.com/Perl/perl5/commit/430d3646c598b6c3cfdf523cdccace5c8ec82c37
  Author: Dan Book <gri...@grinnz.com>
  Date:   2024-05-17 (Fri, 17 May 2024)

  Changed paths:
    M pod/perlsub.pod

  Log Message:
  -----------
   perlsub: correct confusing references to local in my docs

The docs for lexical variable declarations referenced 'local' as a mechanism to 
declare global variables in a couple instances, which is incorrect. 'local' 
only localizes global variables, it doesn't create or declare them in the 
common case where strict 'vars' is in effect.



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

Reply via email to