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


in reply to Re^2: loading modules using 'use'
in thread loading modules using 'use'

perl only loads a module once. If you use a Module that is already loaded, it's import function is called, but it is not loaded again.