perl5 icon indicating copy to clipboard operation
perl5 copied to clipboard

[doc] perlfunc our section block unclear

Open poti1 opened this issue 7 months ago • 1 comments

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."

poti1 avatar Jul 23 '24 21:07 poti1