As a young Perl developer (not in age, just in my time in Perl), I hang out and rarely contribute much, as I'm in the learning stage.
One thing I've noticed, though, is that the answer to many questions posted is to provide a reference to a CPAN module that simplifies the task.
While I think that's great, the reality of my work environment is that I can't count on many modules (outside of CGI and DBI) to exist on all the boxes my scripts may find themselves on, as they are owned by different departments and maintained by different owners.
Which makes me wonder... is there a generally-accepted set of Perl modules that I could reasonably expect to find on any box I find myself on?
Or, should I write without modules as much as possible to help ensure compatibility?
Thanks in advance,
Trek
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.