Help for this page

Select Code to Download


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