NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
I'm a convert (Score:1)
Think of Ruby as Perl 6, except that it's available now!
Seriously, Ruby is quite easy for Perl programmers to grok - I felt as comfortable in Ruby as I was in Perl after only a couple of weeks. Of course now I feel more comfortable in Ruby - and I really don't want to do anymore OO Perl (makes my eyes hurt). Of course that's the risk you'll be taking b
Re:I'm a convert (Score:1)
Re:I'm a convert (Score:1)
Maybe we should require that all new converts from Perl to Ruby bring a module with them then it wouldn't be too long before we had most of CPAN duplicated.
Take a look at what's in the RAA, you might find what you need. Oh, and also check out the libraries that are distributed with Ruby, for example, the following come with the standard Ruby distribution:
Net::FTP, Net::Telnet, Net::HTTP, Net::POP,
Net::APOP, Net::POPMail, Net::SMTP, CGI,
TCPServer, Win32OLE, Win32API - just to a few...
Reply to This
Parent
Re:I'm a convert (Score:1)
We basically used CPAN & the current RAA as a starting point, but it will go beyond just look & feel. There's a need in Ruby for a consistent installation & testing mechanism for modules.
The problem now is actually getting someone to actually *implement* the suggestions.
As the above poster already mentio