Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^3: Pearls (not really) of Perl programming

by Anonymous Monk
on Nov 25, 2004 at 18:17 UTC ( [id://410441]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Pearls (not really) of Perl programming
in thread Pearls (not really) of Perl programming

It's funny that you mention C - whenever I had to deal with it, I would always create additional blocks inside a func just to limit variable scope.
int a() { { int a, b; ... } /* move on */ { int a, b, c; } }
That did result in some excessive indentation though.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (5)
As of 2024-04-26 09:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found