Note that the braces are completely unnecessary in the 'C' example, and looks quite pretty as:
if (!strcmp (invar, "true"))
printf ("It's true\n");
else
printf ("It's false\n");
You can make Perl just as ugly, and it wasn't very nice to yank 'C' in as a bad example. Remember, Perl is written in 'C'...
Not to mention, 'C' doesn't have a 'eq' operator, doesn't support variables with $ in the name, and only single characters may be single quoted, so it wouldn't have compiled anyway.
And sometimes, I sure wish Perl didn't require bracing the code block after 'if' or 'else', because I don't like cuddled style parans, anyway.
--Chris
e-mail jcwren
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.