in reply to Exporting Module Functions

Yup. That was the problem. I forgot "@ISA = qw(Exporter);" which establishes that my module can export functions.

I've sat there for days trying to figure this out and comparing my header of this module to headers of other modules. For some reason, I didn't notice this one missing line.

Thanks.