package Include; use base Exporter; use A; push @EXPORT, @A::EXPORT; use B; push @EXPORT, @B::EXPORT; use C; push @EXPORT, @C::EXPORT; 1;