NAME
Class::Builtin::Hash - Hash as an object
VERSION
$Id: Hash.pm,v 0.3 2009/06/22 15:52:18 dankogai Exp $
SYNOPSIS
use Class::Builtin::Hash; # use Class::Builtin;
my $oo = Class::Builtin::Hash->new({key => 'value'}); # OO({key =>'value'});
print $oo->keys->[0]; # 'key'
EXPORT
None. But see Class::Builtin
METHODS
This section is under construction. For the time being, try
print Class::Builtin::Hash->new({})->methods->join("\n")
TODO
This section itself is to do :)
more methods
SEE ALSO
autobox, overload, perlfunc http://www.ruby-lang.org/
AUTHOR
Dan Kogai, <dankogai at dan.co.jp>
ACKNOWLEDGEMENTS
COPYRIGHT & LICENSE
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.