Programming never was in my job description until this new job, but about half of the work I did was coding (Perl) for the better part of 12 years. I absolutely love Perl.

That said, I am really liking Python as well. Only been using it for about three months, but it was exceptionally easy to grasp, and I'm already doing most of the advanced things I've done in Perl with the new language.

I find the 'everything is an object' to be very intuitive and handy. Perl6 has this model as well, but I don't think it's too far into the wild as of yet. I also like the fact how spacing is what separates blocks, and that very few line terminators and sigils are necessary (code looks cleaner and more streamlined).

All in all, Perl is still and will always be my favourite, but I am finding that people who bash Python probably haven't given it a fair chance ;)

-stevieb


In reply to Re^5: total noob trying to format a phone list by stevieb
in thread trying to format a list by sonikd

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.