in reply to package names

Hi, Use Exporter module in your package.

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

Regards,
Murugesan Kandasamy