in reply to Re: Using a module twice giving a problem
in thread Using a module twice giving a problem

I just do the following:
use MyModule;
The system does find the functions when I comment out one of the 'use', so the functions must be getting exported?

Replies are listed 'Best First'.
Re^3: Using a module twice giving a problem
by Anonymous Monk on Aug 15, 2011 at 01:03 UTC
    Please see How do I post a question effectively? and provide us with code that reproduces your problem -- this is basic perl feature, available for over 14 years, its not likely the problem is with perl.