Building Perl projects with MakeMaker
By Sean Dague2005-05-01
Resources
• Find HTML documentation on Perl at Perl.com .
• Visit CPAN, the Comprehensive Perl Archive Network.
• If you are interesting in contributing to CPAN, read the details at How do I contribute modules to CPAN?.
• Read The Mythical Man-Month , a look at the right and wrong ways to engineer software.
• Programming Perl, 3rd Edition (a.k.a. "The Camel Book") is the definitive Perl reference.
• The Perl Documentation Web site contains all the core documentation for the Perl language, including the ExtUtils::MakeMaker man page.
• Read related Perl articles on developerWorks :
• Application configuration with Perl
• Debugging Perl with ease
• The elegance of JAPH
• Browse more Linux resources on developerWorks.
• Browse more Open source resources on developerWorks.
Tutorial Pages:
» The Module that Makes Makefiles and Much More
» Programming Products vs. Programs
» Anatomy of a MakeMaker Project
» Your First MakeMaker Project (make)
» Building Test Cases (make test)
» Installation (make install)
» Distributing Your Code (make dist)
» Conclusion
» Resources
First published by IBM DeveloperWorks
| Related Tutorials: » Random subroutines in Perl » Log Script Use » Creating Perl Modules for Web Sites » Bit Vector, Using Perl Vec » Build a Perl/CGI Voting System » Perl Range Operator |
