##
use Employee qw( method1 method2 ... methodN );
####
BEGIN { require "Employee.pm"; import Employee; }
####
BEGIN { require "Employee.pm"; import Employee qw( method1 method2 ... methodN ); }
####
*-*-*-*-*-*-*
{ firstname => 'Michael',
quote => 'Mice were crying and stinging but went on nibbling the cactus', }