I agree with the several posters saying that Perl is about the only language you'll need for admin tasks. I can recall writing backup and restore programs for a Univac 1108 in Fortran back in the '70s, but then I was a programmer not an admin and only responsible for my own team's work; it was straightforward without much of the complexity today's admins face. The next year I discovered a scripting language on the 1108 and was able to build test cases singlehandedly comprising pretty much all the production runs of my software by a team of 20. I loved it.

Perl is better for all sysadmin tasks. I haven't been particularly current with C since 2000; C++ since 2003 and Java since 2009. There aren't many cases where you'd want a compiled program. Try to anticipate their nature and choose a language suited for that.

A few more books worth a look:


In reply to Re: C or C++ to go with Perl. by jakeease
in thread C or C++ to go with Perl. by Anonymous Monk

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.