I also ran into this problem. I started learning perl so that I could use it for various parts of my personal website. After I graduated this past May, I took a job as a web developer with a fairly large-scale company here in DC. Of course, perl was out of the question from the beginning and all coding was done in VBScript/ASP. It was difficult coding the ASP pages. Not because the language was difficult to learn, but because I could always think of a simpler, more straightforward approach in perl. Perl is just that type of language...it tends to work the same way you think.

1) I learned C/C++ while still in school. I haven't been able to find anything even remotely comparable to pm.org. The perl community is fortunate to have such a great website available to them. I've learned so much from this place. I'd invest in some good books if you're interested in learning C/C++.

2) I'd still continue to learn perl. There are many good reasons, but the most important: it's the coolest damn language in the world. Seriously though, perl has many useful applications. At my previous job, although I wasn't able to use perl for our websites, I still used perl to simplify a lot of tasks that were taking others 3-4 times as long. Stick with perl...you'll find uses for it.

I'd also search for other related nodes. I know I posted a discussion on this a while back as I was concerned just as you are. My new job is strictly C/C++ application development, but I still find room for a little perl.

HTH,
Eric

In reply to Re: C Perl and every employer wants .net and asp by emilford
in thread OT: C Perl and every employer wants .net and asp by Angel

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.