package Foo; use Exporter qw(import); @EXPORT_OK = qw(foo); use strict; # etc 1;