sub import { my $pkg = caller; ## import only filehandles *{"$pkg\::$_"} = *{__PACKAGE__."::$_"}{IO} for keys %{__PACKAGE__."::"}; }