Help for this page
BEGIN { use Exporter (); ... # as well as any optionally exported functions @EXPORT_OK = qw($Var1 %Hashit &func3); }
BEGIN { use Exporter (); ... @EXPORT_OK = qw (); %EXPORT_TAGS = (); }