In looking at exporter modules, I've also done a bit of thinking about private functions. A comment from DAGOLDEN on my function exporter post prompted me to try and enumerate the different ways you can do private functions in Perl 5.

Read more ...

I've recently adopted a couple of Exporter modules, and might soon be adopting a third. This has prompted me to look into exporter modules a bit more, and now I'm working on a review of all such modules (list below). While doing this I've been playing around, creating a minimal exporter that does just what I need.

Read more ...