C is quite (but not entirely) unlike Perl. You may not have to learn all the little details, but learning enough to write some minimal code wrapper is a good idea.

When you're coding on a regular basis, sooner or later you'll come across some half-arsed hardware you want to access (either because it's cool or your boss tells you so) and the only "easy" way is to write an XS wrapper for the propritary library that came with it. If you know a little C, it's not that hard - you'll have to struggle with MakeMaker for a few hours, but it wont be that hard to accomplish.

...that reminds me: note to $self: i still have to deliver on the promise to write a simple step-by-step Meditation on how to actually do this...

Learning SQL is also a very good, non-exclusive choice. It will help you quite a lot when dealing with large, complex sets of data.

Believe it or not, using databases is also quite fun... can't believe i just said that, maybe it's nearly time to go on vacation and do another bicycle trip?

This message was brought to you by the Acme Monks Corporation. This message may explode at any time.

In reply to Re: What language should I learn? by cavac
in thread What language should I learn? by extrafied99

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.