in reply to Re: How to export multiple packages in one file to another Perl program?
in thread How to export multiple packages in one file to another Perl program?
Well I do use exporter for the non-object oriented code already and it works. I even have 'sections' I can export like :date and :maths
But I run into trouble importing any objectt oriented parts
I have to use use STDLIB; to get the library file read, but how do I get the code for package OBJECT1 read?