Click here to get back home

FAQ 7.9 How do I create a module?

 HomeNewsGroups | Search | About
 comp.lang.perl.misc    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
FAQ 7.9 How do I create a module? PerlFAQ Server 03-20-2008
Posted by PerlFAQ Server on March 20, 2008, 3:03 pm
Please log in for more thread options
This is an excerpt from the latest version perlfaq7.pod, which
comes with the standard Perl distribution. These postings aim to
reduce the number of repeated questions as well as allow the community
to review and update the answers. The latest version of the complete
perlfaq is at http://faq.perl.org .

--------------------------------------------------------------------

7.9: How do I create a module?

(contributed by brian d foy)

perlmod, perlmodlib, perlmodstyle explain modules in all the gory
details. perlnewmod gives a brief overview of the process along with a
couple of suggestions about style.

If you need to include C code or C library interfaces in your module,
you'll need h2xs. h2xs will create the module distribution structure and
the initial interface files you'll need. perlxs and perlxstut explain
the details.

If you don't need to use C code, other tools such as
ExtUtils::ModuleMaker and Module::Starter, can help you create a
skeleton module distribution.

You may also want to see Sam Tregar's "Writing Perl Modules for CPAN" (
http://apress.com/book/bookDisplay.html?bID=14 ) which is the best
hands-on guide to creating module distributions.



--------------------------------------------------------------------

The perlfaq-workers, a group of volunteers, maintain the perlfaq. They
are not necessarily experts in every domain where Perl might show up,
so please include as much information as possible and relevant in any
corrections. The perlfaq-workers also don't have access to every
operating system or platform, so please include relevant details for
corrections to examples that do not work on particular platforms.
Working code is greatly appreciated.

If you'd like to help maintain the perlfaq, see the details in
perlfaq.pod.

Similar ThreadsPosted
FAQ 7.9: How do I create a module? November 12, 2004, 12:03 am
FAQ 7.9: How do I create a module? November 22, 2004, 6:03 am
FAQ 7.9 How do I create a module? March 8, 2005, 12:03 pm
FAQ 7.9 How do I create a module? April 9, 2005, 5:03 am
FAQ 7.9 How do I create a module? June 24, 2005, 11:03 pm
FAQ 7.9 How do I create a module? September 7, 2005, 10:03 pm
FAQ 7.9 How do I create a module? November 25, 2005, 5:03 am
FAQ 7.9 How do I create a module? May 5, 2006, 3:03 pm
FAQ 7.9 How do I create a module? August 28, 2006, 3:03 pm
FAQ 7.9 How do I create a module? November 19, 2006, 3:03 am

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap