Learning Perl Objects, References & ModulesLearning Perl Objects, References & ModulesSearch this book

12.12. Exercise

The answers for all exercises can be found in Section A.11.

12.12.1. Exercise [15 min]

Take the library you created in Chapter 2 and turn it into a module you can bring in with use. Alter the invoking code so that it uses the imported routines (rather than the full path), and test it.



Library Navigation Links

Copyright © 2003 O'Reilly & Associates. All rights reserved.