in reply to Re: Perl Module Educationin 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.