saying that two heads are better than one, and say that two OS's are better that one.

I think that one thing is that OS wars arent really appreciated in the perl community. Sure there is a heavy *nix leaning, and sure there is a heavy dislike of MS strong arm tactics, but the reality is that perl runs (or should run) everywhere. It should be as maximally portable as possible. (Hence the name of the dev group is called perl5porters) Theres a general agreement that while we may have our biases we probably shouldnt bring them up in the perl context. I imagine you fell foul of that.

But i think you are probably on the right track. Understanding what makes Windows popular, understanding the needs and requirements of the common stupid noobie luser is essential to writing good software (if it interacts with users anyway). Using two OS'es with different designs and philosophies can only improve your skills and broaden your horizons. And the fact is that as a computer programmer its quite likely that at some point someone will tell you to code on Win32. Knowing how to do so will be an asset.


---
demerphq

    First they ignore you, then they laugh at you, then they fight you, then you win.
    -- Gandhi



In reply to Re: My First Perl Project II by demerphq
in thread My First Perl Project II by CloneArmyCommander

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.