require exporter; export = qw (functions, $variables, @arrays); #### $dbh = $dbi->connect(...) $variable2= $something2->othermethod(); #### $variable2= $something2->othermethod($dbh,...);