require Exporter; our (@ISA,@EXPORT); @ISA = qw(Exporter); @EXPORT=qw(subroutine1 subroutine2 subroutine3 subroutine4);