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