perl5
perl5 copied to clipboard
[doc] perlfunc our section block unclear
Where Perl doc perlfunc end of "our" section.
Description
Please rephrase:
"our differs from use vars, which allows use of an unqualified name only within the affected package, but across scopes."
I had to reread that sentence at least 5 times.
Perhaps at least rephrase as such:
"our differs from use vars, which allows the use of an unqualified name across multiple scopes, while still being limited to the affected package."