Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: What is the point of this coding style?

by moritz (Cardinal)
on Nov 20, 2013 at 06:27 UTC ( [id://1063452]=note: print w/replies, xml ) Need Help??


in reply to What is the point of this coding style?

I can just speculate that people have a deeply ingrained habit of keeping scopes small, either for things like no warnings 'once';, or for variable declarations.

Of course that would only apply if the code was

{ our $VERSION = '0.35'; }

but old habits die hard.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1063452]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (5)
As of 2024-04-16 20:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found