Syntax is not problem anymore (well atleast not with Perl - but I keep putting $ in front of variables in other languages :)

I'll echo the comments about programming versus language, though; they're absolutely right. I think it's far better to have half a dozen Perl texts on my desk -- and to use them regularly while creating production code -- than it is to spend my waking hours mastering arcane syntax of things that <whisper> weren't implemented well</whisper>. Use your time to learn new methodologies. I've heard good things about Higher Order Perl, but the Net is full of articles about the concepts.
Of course - when I said learn perl to be a pro in it I actualy ment (Do What I Mean :) to learn new methodologies as there is absolutely no use to learn sytax of some rarely used things. I've also picked some books like Effective Perl (Free download) and few others like Perl Medic and Perl Debuged (I actualy never used Perl debuger yet) wich are on my to learn list.

And no I'm not from ex Soviet Union - but it's somewhat similar - ex Yugoslavia - Serbia (and Montenegro).

Could you please explain : "I'd take care, though, especially at your age, not to think that you have a plan that you can get comfortable with. " couldnt folow you on that ... to me it seems like code that need refactoring :) Altho it also seems like I'm getting to much used to direct and simplified (marketing) English.


In reply to Re^2: Should I stick with Perl - does Perl have bright future? by Anonymous Monk
in thread Should I stick with Perl - does Perl have bright future? 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.