On Fri, 2003-09-26 at 11:21, Frantzcy Paisible wrote:
>    I've converted all perl4 .lib files to .pm.

Hooray!

> I've exported the sub names, but I still get the "undefined" error.

Probably a bug in your exporting code.  Does it find the sub from a
command-line test?  perl -e 'use MyModule; my_exported_sub();'

- Perrin

Reply via email to