Anyone else have favourite bits of code of which they're inordinately proud?
Too bloomin' right ;)

Back in '95 myself and a friend working for a London based company had been told by several companies that what we were proposing was "JUST NOT POSSIBLE". I won't go into the semantics and back then I was a complete novice but I listened to these supposed experts and said "nah, they're talking ****".

Three months later we proved them all wrong - it took a *nix box, an Apple Mac and a NT server, and it was a gluing app that I wrote that connected all three to do the job that we needed. The Mac provided the security, the *nix (Slackware) box the connectivity and the NT box the background functionality to get the project off the ground using {pleeugh} VB.

Apart from the VB everything else was written in perl (inc. the Mac using V.8.x and MacPerl). It was secure, robust and some elements are still running to this day.

That was my proudest moment when several months later the same 'experts' from all the companies were in a room with us both and they all apologised and wanted to know how the hell we had done it...

"Perl" was my reply :)


In reply to Re: Stupid Emotional Programmer Attachment, anyone? by barrd
in thread Stupid Emotional Programmer Attachment, anyone? by talexb

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.