Help for this page
*{"${callpkg}::$sym"} = $type eq '&' ? \&{"${pkg}::$sym"} : ... $type eq '%' ? \%{"${pkg}::$sym"} : $type eq '*' ? *{"${pkg}::$sym"} : do { require Carp; Carp::croak("Can't export symbol: $type +$sym") };