> (and tie is an annoying hack)

Isn't it ironic that your so in favour of OOP and in the same time reject tie, which is essentially nothing more than a pimped up bless?

It's reliable, you can hide it behind syntactic sugar, BUT it's as slow as the rest of Perl OO.

But hey, wait! Didn't you just explain that slowness doesn't matter ...??? ; )

Cheers Rolf

PS: Thx for the insights in Ruby, I agree about some syntactic annoyances in Perl 5, and I'd really love to have Perl 6 syntax right now mapped on Perl 5 semantics and interpreter... sigh! : (

In reply to Re^8: Perl Vs Ruby by LanX
in thread Perl Vs Ruby by Dhanasekar

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.