Hi everyone,
I am a new PERL user. I have a questions:
From my understanding about the OOP and perl module,both are using .pm module, but I just wonder why when I don't using OOP method, I need to do the 'use Exporter' and doing some EXPORT or EXPORT_OK ... in the. pm file
but for the OOP, I can save to skip those Export procedure. May I know what is the difference between those 2?
Many thanks.