in reply to export function

No, there is not a builtin export function in Perl.

Many modules have a method called import for importing symbols into a calling package. The import method is not a builtin; some modules inherit Exporter's import method, while others define their own.