Help for this page
use base 'Exporter'; our @EXPORT = qw[ ... $variableB %mutantX ];
package Foo; use Bar qw[ functionA ]; functionA($something);