Rubyish-Perl
============
Perl Programming, The Rubyish Way.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
SUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the perldoc command.
perldoc Rubyish
If yor need any support, look for more information at:
Project Repository:
more»
# Revision history for Perl extension Rubyish.
0.32:
- implements 'true', 'false' keywords
- implements Array#first, Array#last
- implements Object#clone
- Adds a Rubyish::Dir class
- automatically inject Rubyish::Autobox whenever saying 'use Rubyish'
- Rubyish::String now properly overload '+', 'eq' and stringification operations.
0.31:
- Add "class" syntax. WOOT.
- More docs.
more»
- main topic
d+ Object is parent of all class
d+ Implement skeleton of Rubyish::Hash, Rubyish::Array, Rubyish::String
+ overload print function. If parameters is object in Rubyish, call #to_s automatically
+ C extesion, "" return String object, [] {} return Array and Hash object respectively.
d+ TrueClass, and true syntax
+ FalseClass, and false syntax
+ rewrite Object#ancestors to sho
more»