Why do you like using Perl? There are the advantages. Me, personally, I don't feel like I need to be concentrating on syntax all of the time. Also, I don't feel like I have to worry about all of the details all of the time. That means to me that I can get right to the heart of the problem without worrying about everything else... which makes me work faster.
Agreed there. I'm currently embarking on a Python project. Just another "right tool for the job" project. I've used python before, it's not a bad language, I just don't feel comfortable with all the rules. When I write code in perl I don't think about those rules, I just write the code. I prefer perl over almost any language I've used in the past, doesn't mean I get to use it all the time though. When another language makes more sense for the job, I switch gears. I figure I can always look forward to my next perl project. :)

In reply to Re^2: How much Perl useful ? by the_0ne
in thread How much PERL useful ? by gube

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.