in reply to Re^4: Object oriented mess
in thread Object oriented mess
That way you can either refer to them directly, as Some::function() or you can use Exporter to export them to other namespaces that want them (and they will also have some control over which functions/variables they'll import, if you set up Exporter correctly).
|
|---|