Collection

Collections framework for CRUD of the data or objects
Download

Collection Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Publisher Name:
  • Zahatski Aliaksandr
  • Publisher web site:
  • http://search.cpan.org/~zag/

Collection Tags


Collection Description

Collections framework for CRUD of the data or objects Collection is simply an object that groups multiple elements into a single unit. Collection are used to store, retrieve, manipulate, and communicate aggregate data.The primary advantages of a Collection framework are that it reduces programming effort by providing useful data structures and algorithms so you don't have to write them yourself.SYNOPSIS package MyCollection; use Collection; @MyCollection::ISA = qw(Collection); Requirements: · Perl


Collection Related Software