Class::MakeMethods::Composite::Array

Class::MakeMethods::Composite::Array is a Perl module with basic array methods.
Download

Class::MakeMethods::Composite::Array Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Matthew Simon Cavalletto
  • Publisher web site:
  • http://search.cpan.org/~ferrency/

Class::MakeMethods::Composite::Array Tags


Class::MakeMethods::Composite::Array Description

Class::MakeMethods::Composite::Array is a Perl module with basic array methods. Class::MakeMethods::Composite::Array is a Perl module with basic array methods.SYNOPSIS package MyObject; use Class::MakeMethods::Composite::Array ( new => 'new', scalar => , array => 'my_list', hash => 'my_index', ); ... my $obj = MyObject->new( foo => 'Foozle' ); print $obj->foo(); $obj->bar('Barbados'); print $obj->bar(); $obj->my_list(0 => 'Foozle', 1 => 'Bang!'); print $obj->my_list(1); $obj->my_index('broccoli' => 'Blah!', 'foo' => 'Fiddle'); print $obj->my_index('foo'); Requirements: · Perl


Class::MakeMethods::Composite::Array Related Software