K
kielhd
Hi NG,
I am looking for a way to export *ALL* functions from a module WITHOUT
explicitly stating them like
@EXPORT = ('func1','func2','func3', ...'funcN');
Is there something like
@EXPORT = <all available functions>;
Regards from sunny Germany,
Henning
I am looking for a way to export *ALL* functions from a module WITHOUT
explicitly stating them like
@EXPORT = ('func1','func2','func3', ...'funcN');
Is there something like
@EXPORT = <all available functions>;
Regards from sunny Germany,
Henning