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


Class-Builtin documentation  | view source Contained in the Class-Builtin distribution.

Index


NAME

Top

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

VERSION

Top

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

SYNOPSIS

Top

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

EXPORT

Top

None. But see Class::Builtin

METHODS

Top

This section is under construction. For the time being, try

  print Class::Builtin::Hash->new({})->methods->join("\n")

TODO

Top

This section itself is to do :)

* more methods

SEE ALSO

Top

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

AUTHOR

Top

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

ACKNOWLEDGEMENTS

Top

autobox, overload, perlfunc

COPYRIGHT & LICENSE

Top


Class-Builtin documentation  | view source Contained in the Class-Builtin distribution.