I am a Perl programmer and new to Ruby.
I believe, in theory, Ruby can do whatever Perl can. But how can I tell what modules are available in Ruby? There are CORE & non-core modules in Perl. Are Ruby modules also categorized as core & non-core modules?
Specifically, what are equivalent Ruby modules for perl LWP.pm, Expect.pm. Is there a official ruby site that is similar to cpan.org?
Thanks.
I believe, in theory, Ruby can do whatever Perl can. But how can I tell what modules are available in Ruby? There are CORE & non-core modules in Perl. Are Ruby modules also categorized as core & non-core modules?
Specifically, what are equivalent Ruby modules for perl LWP.pm, Expect.pm. Is there a official ruby site that is similar to cpan.org?
Thanks.