Class::Std::Utils

Class::Std::Utils is a Perl module for utility subroutines for building "inside-out" objects.
Download

Class::Std::Utils Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Damian Conway
  • Publisher web site:
  • http://search.cpan.org/~dconway/

Class::Std::Utils Tags


Class::Std::Utils Description

Class::Std::Utils is a Perl module for utility subroutines for building "inside-out" objects. Class::Std::Utils is a Perl module for utility subroutines for building "inside-out" objects.SYNOPSIS use Class::Std::Utils; # Constructor for anonymous scalars... my $new_object = bless anon_scalar(), $class; # Convert an object reference into a unique ID number... my $ID_num = ident $new_object; # Extract class-specific arguments from a hash reference... my %args = extract_initializers_from($arg_ref);This module provides three utility subroutines that simplify the creation of "inside-out" classes. See Chapters 15 and 16 of "Perl Best Practices" (O'Reilly, 2005) for details. Requirements: · Perl


Class::Std::Utils Related Software