Hello,
I taught myself a small amount of Ruby. If perl and python got drunk and made a baby, that is what Ruby feels like to me. I'm not super skilled in either enough to tell you too much, except that I think that a huge advantage of perl is CPAN. Hands down, CPAN is one of the greatest things about perl. I'm sure the number of modules that CPAN has compared to Ruby is significantly more. I found Ruby's way of installing modules to be annoying. Also, I'm not sure if Ruby supports things like $_ and @_ ?
UPDATE: I found this node which may be relevant: Perl Vs Ruby
One more relevant link from the Ruby website -that might help- is here: http://www.ruby-lang.org/en/documentation/ruby-from-other-languages/to-ruby-from-perl/

In reply to Re: Perl's functional features compared with Ruby by PerlSufi
in thread Perl's functional features compared with Ruby by gunzip

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.