Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Coding superstitions

by Ryszard (Priest)
on Jan 08, 2002 at 07:38 UTC ( [id://137047]=note: print w/replies, xml ) Need Help??


in reply to Coding superstitions

I"m a bit of a $retval fan. Whenever one of my (or perls) functions returns something important in the context of my subbie, it gets stored in $retval or @retval and for some strange reason %rethash. Terribly inconsistant I know. Perhaps its because i'm worried it will bring me bad luck if i dont.. ;-)

I also like doing my if..then..elsif..else loops like:
if ($stuff) { } elsif ($otherstuff) { } else { }

Replies are listed 'Best First'.
Re: Re: Coding superstitions
by seattlejohn (Deacon) on Jan 15, 2002 at 12:26 UTC
    Heh, I do something similar, except my variable is always called $result, @results, or %results.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (2)
As of 2024-04-24 18:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found