in reply to Loading class
oruse Employee;
This is equal following:use Employee qw( method1 method2 ... methodN );
orBEGIN { require "Employee.pm"; import Employee; }
Good like.BEGIN { require "Employee.pm"; import Employee qw( method1 method +2 ... methodN ); }
*-*-*-*-*-*-* { firstname => 'Michael', quote => 'Mice were crying and stinging but went on nibbling the + cactus', }
|
|---|