
Class::Builtin::Hash - Hash as an object

$Id: Hash.pm,v 0.3 2009/06/22 15:52:18 dankogai Exp dankogai $

use Class::Builtin::Hash; # use Class::Builtin;
my $oo = Class::Builtin::Hash->new({key => 'value'}); # OO({key =>'value'});
print $oo->keys->[0]; # 'key'

None. But see Class::Builtin

This section is under construction. For the time being, try
print Class::Builtin::Hash->new({})->methods->join("\n")

This section itself is to do :)

autobox, overload, perlfunc http://www.ruby-lang.org/

Dan Kogai, <dankogai at dan.co.jp>


Copyright 2009 Dan Kogai, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.