BEGIN { require "Employee.pm"; import Employee qw( method1 method2 ... methodN ); }