Tagged Questions

1
vote
3answers
316 views

How do I rename an exported function in Perl?

I have some Perl modules which exports various functions. (We haven't used @EXPORT in new modules for some years, but have retained it for compatibility with old scripts.) I have renamed a number of ...