Using Perl modules, using CPAN

  1. Using modules exporting functions
  2. Using Object Oriented modules
  3. Selecting Module to use
  4. Some interesting CPAN Modules: DateTime
  5. Days passed
  6. Some interesting CPAN Modules: Databases
  7. Some interesting CPAN Modules: Web
  8. Some interesting CPAN Modules: common file format
  9. Some interesting CPAN Modules
  10. Installing modules
  11. Installing modules from the os vendor
  12. Using CPAN.pm
  13. Configure CPAN.pm
  14. Installing modules manually
  15. Installing modules manually using Build.PL
  16. On Windows
  17. Changing @INC
  18. Changing @INC - Relative PATH
  19. local::lib
  20. CPAN.pm
  21. Installing modules on ActivePerl
  22. CPAN::Reporter
  23. Exercise: setup local::lib
  24. Exercise: Module installation
  25. Exercise: Read Excel file
  26. Solution: Module installation
  27. Solution: Read Excel file