in reply to Effect of OS Platform choice for learning and doing Perl well

Dear Monks,

I'm the oiginal poster. A warm hearted thank you for taking the time to so kindly share your helpful advice. I very much appreciate it. I have given each of your postings a lot of thought.

It's always a bit of a crapshoot to offer input when one doesn't know much about the Perl newbie asking the question. But I sure am glad each of you have shared as you have!

FWIW, I do understand that for purposes of learning Perl initially, the OS chosen won't be a super big deal. But, as correctly gleaned in the following snippet by dwildesnl, I do have in mind progressing to develop fairly advanced systems. So I would like to pick an OS that won't hinder me at a minimum. And I do like to develop an in depth mastery of the tools I use.

There does seem to be merit in developing on the same OS one will be deploying production code upon. At least for someone like me who wishes to run their own servers. But I simply don't know how much difference there is in effective and secure server administration of -- let alone the nuances of perl executable code interaction at the OS level with -- Linux vs FreeBSD vs Solaris 10 vs Windows; thus my query to you all.

Dwildesnl's snippet:
<snippet>
The OP is coming from COBOL, one of the most insular programming systems ever developed. Given that he was talking about nuances of system calls, I suspect that he has visions of apps that push Perl around corners that go a little bit further than CGI.pm intended. It is true that _learning_ Perl can be done on any scriptkiddie car that will run it, but deploying a Perl app successfully in a commercial environment demands stability, consistency, and predictability. When I have direct commercial success in such an endeavor, and FreeBSD has cushioned my @ss in doing so, should I not spread the word?
</snippet>

Dwildesnl's combined postings in this thread suggest a lot of merit to going with FreeBSD. At this point, that seems to be the way to go, since I also want *nix servers as robust and trouble free to admin. as I can get as a newbie server admin. Now I just need to choose between FreeBSD 4.11, 5.4 and 6.0 (beta) for learning and deployment. ;-)

As a technical person, I very much admire you all. I feel very fortunate to have found this place. I hope to advance to the point where I can one day stand close to you all in Perl ability. Please know I shall study and code dilegently to do my best.

Thanks again and best wishes to you all,

a humble newbie

  • Comment on Re: Effect of OS Platform choice for learning and doing Perl well

Replies are listed 'Best First'.
Re^2: Effect of OS Platform choice for learning and doing Perl well
by samizdat (Vicar) on Oct 03, 2005 at 12:56 UTC
    < 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
      Thanks, Dwildesnl.

      I very much appreciate your taking the time to post so helpfully as you have. Thank you very much!

      FWIW, I'm typing this thank you to you via KDE on FreeBSD 5.4, which I recently installed on this home PC.

      Thanks again and take care!

      A humble newbie

        GTH, humble newbie. We were all there once. Happy creative capitalist pig computing!!! :D