On Tue, 20 Jun 2006 11:43:23 -0700, you wrote: >I have a program that uses 6 different modules. Some there is only 1 pm >in my path and others have multiple. > >Is there a way to determine which module is being used? > >I'm guessing its based on the perl library path, but not sure.
The %INC hash has the information you need. See perldoc perlvar. -- Eric Amick Columbia, MD _______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
