Any form of *nix environment does for me. I do the majority of my Perl coding at work on a Winbloze 7 box and Cygwin/X.
I'm surprised your list did not included:
For me I'd add the following:
- MIME::Lite
or some other module that allows me to send EMail with binary attachments. I show MIME::Lite on my list because over the years that's the one I use most.
- XML::Simple which I typically use for configuration parameter storage for my more complex Perl projects.
- Subversion, CVS or other version control environment
I call this "super save" because it means there's a version of what I'm writing someplace else. I do frequent commits to my SVN environment just so if I do something really stoopid to my workspace I can recover easily. It also means that I can work on one host, do my debugging and use svn co http://..... to pull the latest version onto another host. I notice you have git in your list, but I ain't ready to give up my investment in time to convert my subversion repositories to git just yet.
- CPAN Search to look up particulars on various CPAN related modules that I'm using.
That's all I can think of right now. Lots of scratch paper helps sometimes to help me visualize what I'm doing...
Peter L. Berghold -- Unix Professional
Peter -at- Berghold -dot- Net; AOL IM redcowdawg Yahoo IM: blue_cowdawg
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
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, 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, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
Outside of code tags, you may need to use entities for some characters:
| |
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.
|
|