Help for this page
@EXPORT = qw($varnameA %varnameB &varnameC);
foreach $sym (@imports) { # shortcut for the common case of no type character ... $type eq '*' ? *{"${pkg}::$sym"} : do { require Carp; Carp::croak("Can't export symbol: $type +$sym") }; }