Dear NoobiePerlist,

You hit on one of the very most attractive features that Perl offers. That is its resilliance to re-porting. My largest Perl project was an EDI parser and store and forward system for serious manufacturing support. Due to circumstances I authored it on Win2K with ActiveState, but I needed to test it in quasi production mode. My test choice was under RedHat 6.2 with its native Perl distro. I modified just a few lines for file locations. It sprang up like a Gazelle in heat! I made a few mods to take care of weird states unrelated to the OS.

Then...

I had to move the same code to a production server at an ISP in Detroit. This was an NT box with ActiveState again. The code slipped in like hand in glove. There was really no major point where I had to say "This is the operating environment and it causes problems X or Y so I have to code this way." This flexibilty is a great power in your hands and drives proprietary vendors absolutely nuts.

Perl is from the coders, for the coders and by the coders and never let it perish from the earth.

Diskcrash


In reply to Re: RedHat Perl and ActiveState Perl. by diskcrash
in thread RedHat Perl and ActiveState Perl. by NoobiePerlist

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.