http://qs1969.pair.com?node_id=171328


in reply to getting the name of the module in runtime and calling a function from that module

All modules filenames can be found in the keys of %INC. The values of %INC hold the /path/to/lib

little-old-me didnt read to carefull, sorry for that!

er formait hyarya.
-- "Life is a house and the next tornado is never far away"
-- "lovely by nature"

  • Comment on Re: getting the name of the module in runtime and calling a function from that module

Replies are listed 'Best First'.
Re: Re: getting the name of the module in runtime and calling a function from that module
by jsprat (Curate) on Jun 03, 2002 at 21:15 UTC
    The only problem with this is that %INC is only populated when you "require", "use", or "do". If the script hasn't already loaded the module, that element will not exist in the %INC hash.