LOL, good subject. Wish I had some votes left today :)
I think someone mentioned my superstition:
return $value # the keyword is not necessary
Also, I use for for hashes and foreach for arrays. I have no
idea why just a habit I picked up and can't shake. So:
foreach (@array)
and
for (keys %hash)
Always, always, always. I say I do it because it is explicit, but
maybe I am afraid of demons. However, I am not as strong as you
George. I will not give this one up. It is too scary, too
nerve racking. I am just not as brave as you. May your light
shine on us all and clear the way, but for now I need to coward
in the corner :)
I admit it, I am Paco.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
|
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.