http://www.perlmonks.org?node_id=746742


in reply to Re: Module usage
in thread Module usage

By default, many modules will export symbols ... into the "main::" namespace.

That is incorrect, but it is often what happens because the use Module statement is in the package main. The symbols are exported to into the current namespace.

Be well,
rir