Perl / perl5

🐪 The Perl programming language
https://dev.perl.org/perl5/
Other
1.9k stars 540 forks source link

perlhacktips: Clarify variable naming rules #22418

Closed khwilliamson closed 1 month ago

khwilliamson commented 1 month ago

A symbol's name not at file-level scope may begin with a single underscore.

Spotted by Lukas Mai.