Acme::CreatingCPANModules

Creating CPAN Modules
Download

Acme::CreatingCPANModules Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • José Alves de Castro
  • Publisher web site:
  • http://search.cpan.org/~cog/

Acme::CreatingCPANModules Tags


Acme::CreatingCPANModules Description

Creating CPAN Modules Acme::CreatingCPANModules is a Perl module created during a talk in London.SYNOPSISThis module doesn't actually *do* anything...It does have a new constructor, and a set and a get method, just so you can do some tests. use Acme::CreatingCPANModules; my $foo = Acme::CreatingCPANModules->new(); $foo->set( 3 ); my $bar = $foo->get();FUNCTIONSnewCreates a new Acme::CreatingCPANModules object.setSets the new value of the object.getGets the current value of the object. Requirements: · Perl


Acme::CreatingCPANModules Related Software