Hi,

I am a new Perl convert, still trying to master the basics of the language. Coming from Python,

I went through the same transition from Python to Perl nine or ten years ago. Even though I would no longer be able to write Python code very much beyond the 'hello word' example, I still think that Python was (and is) a great language. And I would continue to disagree with anyone telling me that the Python indent thing is improper. My experience tells me that it is quite good, not to say great.

>p>But, of course, this is only a secundary aspect.

I remember that, at the time, Python was supposed to be simple, and Perl was supposed to be complicated and intimadating. As a proof, the O'Reilly CD-ROM featured half a dozen book on Perl. Well, if you need so many books to master it, it must be too complicated, no? The truth is that having many books from different authors gives you many difrent perspectives. And this is damn useful.

Well, I could go on, but there is no point... Exceot for saying that, even though I gave up Python, it is what was my farorite programming language until I discovered Perl.


In reply to Re: Parsing an Array of Hashes, Modifying Key/Value Pairs by Laurent_R
in thread Parsing an Array of Hashes, Modifying Key/Value Pairs by librarat

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.