I am in a situation where it has been some years since I have done anything much in Perl, have never done OO Perl, and generally been using GUI IDE's for development in various other languages. What Chris mentions previously is very valid. Learning Perl is not any harder than any other language that I have been exposed to. On the other hand, it is not simple either. I am attempting learn OO Perl (a legacy web framework), vim, git, screen and become familiar with the working of DBIx::Class. It is tough! Be careful how much you attempt to learn at once. Focus on basic Perl using what tools/editors you are used to using, then explore other tools/editors. I use two when not backed into doing everything from the command line(vim): Sublime Text Editor, and Komodo. There are lots of others out there, but the editor is really secondary to learning Perl...

Regarding games, there are some pretty sophisticated ones out there as I understand it. I used to work with guy who now owns several software companies, one of which does gaming in Perl. I think it is less far out there than many might think.

All very anecdotal, but hope there is something here that you find encouraging or helpfule

...the majority is always wrong, and always the last to know about it...

Insanity: Doing the same thing over and over again and expecting different results...

A solution is nothing more than a clearly stated problem...otherwise, the problem is not a problem, it is a facct


In reply to Re: beginner questions? by wjw
in thread beginner questions? by jonin

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.