On Wed, 20 Jun 2001, Nick Transier wrote:

> I have written a module I want to test in a shell program, how do I load the
> module in another perl file to test the methods of the module's packages?

use <ModuleName>;

Don't append .pm to the name, it is assumed.

I suggest you take a look at 'perldoc perlmod'

-- Brett
                                   http://www.chapelperilous.net/btfwk/
------------------------------------------------------------------------
Riffle West Virginia is so small that the Boy Scout had to double as the
town drunk.

Reply via email to