in reply to Module writing hints?

Some links:

  1. Tutorials
    1. Simple Module Tutorial
    2. How to make a CPAN Module Distribution
  2. Perldocs
    1. perlmod
    2. perlmodlib
    3. perlmodstyle (from pre-5.8)
    4. perlnewmod
    5. h2xs
  3. Modules
    1. Exporter (added)
    2. DynaLoader (added)
    3. ExtUtils::MakeMaker
    4. Test::Harness
That'll get you started :)

After Compline,
Zaxo

Replies are listed 'Best First'.
Re: Re: Module writing hints?
by epoptai (Curate) on Jun 28, 2002 at 02:11 UTC