I code primarily under Windows, and I still use notepad for my "multi-line one-liner" programs. For anything more complicated, however, I use one of Activestate's editors: Komodo, a Mozilla-based editor of many languages, or Visual Perl, a plug-in to Visual Studio .NET. The latter isn't an option for many due to the price barrier, but for me it has the power that I like from something like Emacs with enough of a GUI that I can get all the information I want quickly and without losing track of my code. The integrated visual debugging that saves me a billion "print" statements along with quick access to the perldocs that I want allows me to avoid spending time opening a billion windows just to work on one program. I know that there are a lot of people that hate MS programs and Visual Studio, but it's perfect for a lazy programmer like me ;).
In general, I insist on using something that has good smart-indenting code. My error rate is greatly reduced that way. It seems like the only time smart-indents frustate me is when I'm sure they're making a stupid indent, only to figure out when I try to run the program that I really did forget to close a string, brace, paren, etc.
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.