< Posting publicly since /msg to AM is unlikely to get anywhere... ;-) >

First off, let me say that there are a great number of great sites running on Linux servers. It isn't that bad. :)

Rule number one: Never buy a first-year car. FreeBSD 6, while it has some impressive improvements and the MUTEX locking improvements are much to be desired for threading, isn't ready for production. FreeBSD 5.4, while I have heard of a memory leak in a particular RAID board/driver configuration, is a stable, solid release and is the one I'd recommend. I still have some production servers running 4.11, but that's only because we haven't been able to migrate because they're so successful. :)

There are vast amounts of Perl code in the FreeBSD distribution and ported-app collection, to the point that there was quite a discussion about what Perl to install as part of the base system. Since now the variety of modules in Ports are linked against many different Perls from 5.003 on up, the end result was to give up and just let Perl be installed in whichever set of varieties was needed.

One more bit of advice: always use the FreeBSD Ports version of a module where it exists in preference to downloading from CPAN.

Welcome to the community, on whichever platform you choose to Perl. :D

In reply to Re^2: Effect of OS Platform choice for learning and doing Perl well by samizdat
in thread Effect of OS Platform choice for learning and doing Perl well by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • 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:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.