By trade I am a Unix Systems Administrator and a Security Administrator. My interest in perl stemmed from all the buzz about it being a SysAdmins duct tape. I sure wasn't disapointed with perl, within weeks I'd almost rewritten all of my shell scripts in it. A few weeks later I undertook many tasks that I would have never even considered tackling with just a simple shell.

Well that was many years ago and I now have fond memories of that Computer Sci. student managment system I first worked on. I find that in my career I've come to rely so heavily on perl that I immediately install it on any system I touch(if for some reason it's not there). Perl has become a glue for all things Unix in my universe and I'd have a hard time living with out. Which brings me to this posting.

Despite the fact that I was actualy the sole Unix Admin for a Computer Science Department I do not have a computer science background. Infact outside of a few courses in c/c++ (and the ones I won't admit to in VB), I have very little academic education in programming. I actualy started programming when I was eight in gw-basic but I never really moved into anything complex (I'm really sorry that I didn't). Over the years I learned several simplier languages out of purely a want to get something done. What I'm leading to is that I am self taught in the arts of programming and in the kinds of things a Systems Administrator would want to do. Sysadmins don't tend to write large complex applications but somewhat smaller monolithic scripts glueing alot of things together. While I sure don't want to unlearn this skill (but perhapes many habits that go with it) I'd like to build a soild foundation of developing larger and more complex applications.

I'd like to ask my fellow monks to enlightment me with a source of knowledge (and hopefully books) about design theory. But I am no means a beginning programmer nor is my interst solely limited to the perl realm. I'm hoping that I can be pointed towards the path of becomming a much more acomplished and rounded programmer.


In reply to From the Void and into the Light... by Dogma

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.