in reply to Re: Perl Module Education
in thread Perl Module Education

Ah ha! A package is a class and a class is a package, thus when you say 'Module->import()' you're calling a class method. I understand now. Wisdom ist gut.

This has been R A D...