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 | [reply] [d/l] |