EO::Singleton

EO::Singleton is a generic singleton base class.
Download

EO::Singleton Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Tom Insam
  • Publisher web site:
  • http://search.cpan.org/~tomi/URI-Find-Simple-1/lib/URI/Find/Simple.pm

EO::Singleton Tags


EO::Singleton Description

EO::Singleton is a generic singleton base class. EO::Singleton is a generic singleton base class.SYNOPSISinherit from EO::Singleton: package MySingleton; use base qw( EO::Singleton ); ...then in your code: my $a = MySingleton->new; my $b = MySingleton->new;and $a and $b will be the same object. Requirements: · Perl


EO::Singleton Related Software